pep8 fixes

This commit is contained in:
Michael DeHaan 2012-10-30 20:42:07 -04:00
commit c0747b7baa
12 changed files with 60 additions and 56 deletions

View file

@ -300,7 +300,7 @@ class Inventory(object):
groups = [ g.name for g in host.get_groups() if g.name != 'all' ]
results['group_names'] = sorted(groups)
vars.update(results)
else:
else:
vars.update(host.get_variables())
return vars