some more pep8 in bin/linspector

This commit is contained in:
Johannes Findeisen 2013-10-27 16:00:32 +01:00
commit fbc66dac71

View file

@ -115,9 +115,9 @@ def main():
hostgroup.get_processors(), hostgroup.get_processors(),
core, core,
hostgroup) hostgroup)
schedulerJob = period.createJob(scheduler, job, handle_job, start_date=new_start_date) scheduler_job = period.createJob(scheduler, job, handle_job, start_date=new_start_date)
if schedulerJob is not None: if scheduler_job is not None:
job.set_job(schedulerJob) job.set_job(scheduler_job)
jobs.append(job) jobs.append(job)
interface = LinspectorInterface(jobs, scheduler, linspector_configuration) interface = LinspectorInterface(jobs, scheduler, linspector_configuration)