some more pep8 in bin/linspector
This commit is contained in:
parent
56eb1b74ae
commit
fbc66dac71
1 changed files with 3 additions and 3 deletions
|
|
@ -115,9 +115,9 @@ def main():
|
|||
hostgroup.get_processors(),
|
||||
core,
|
||||
hostgroup)
|
||||
schedulerJob = period.createJob(scheduler, job, handle_job, start_date=new_start_date)
|
||||
if schedulerJob is not None:
|
||||
job.set_job(schedulerJob)
|
||||
scheduler_job = period.createJob(scheduler, job, handle_job, start_date=new_start_date)
|
||||
if scheduler_job is not None:
|
||||
job.set_job(scheduler_job)
|
||||
jobs.append(job)
|
||||
|
||||
interface = LinspectorInterface(jobs, scheduler, linspector_configuration)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue