just some coding style fixes and very small changes
This commit is contained in:
parent
b17283b305
commit
0f82647c1a
5 changed files with 3310 additions and 4 deletions
|
|
@ -58,7 +58,8 @@ def parseHostList(hosts, services, log):
|
|||
found = False
|
||||
#to a real iteration. just pick the right service
|
||||
for service in services:
|
||||
if service.name != servicename: continue
|
||||
if service.name != servicename:
|
||||
continue
|
||||
#indicate we found a service
|
||||
found = True
|
||||
#check to see if we already regexed our service command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue