This commit is contained in:
Páll Guðjón Sigurðsson 2010-10-25 19:11:22 +00:00
parent 8c129c6fea
commit 107e71d85c
1 changed files with 2 additions and 1 deletions

View File

@ -550,6 +550,7 @@ def check_controllers():
for controller in result:
controller['systemname'] = i['objectname']
controllers.append( controller )
summary = "%s objects found " % len(controllers)
for i in controllers:
systemname = i['systemname']
if i.has_key('controllername'):