just cleanups... call it housekeeping... ;)

This commit is contained in:
Johannes Findeisen 2014-04-19 03:11:27 +02:00
commit c3ec557cb2
4 changed files with 4 additions and 15 deletions

View file

@ -132,7 +132,7 @@ def main():
jobs = []
count = 0
percent = float(0)
increment = float(100) / float(job_count )
increment = float(100) / float(job_count)
for layout in lin_conf.get_enabled_layouts():
for hostgroup in layout.get_hostgroups():
for service in hostgroup.get_services():