Skip to content
Snippets Groups Projects
Commit ab67bb2a authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Version 2014-05-26 15:28

M  src/hostinfo/role.py
parent bcac69c2
Branches
Tags
No related merge requests found
...@@ -19,6 +19,6 @@ def get_all(tree): ...@@ -19,6 +19,6 @@ def get_all(tree):
if name in result: if name in result:
raise util.HostinfoException('Duplicate role holders %s' % name, raise util.HostinfoException('Duplicate role holders %s' % name,
where=[result[name], r]) where=[result[name], r])
result[name] = r.name[1] result[name] = r
pass pass
return result return dict([ (k,v.name[1]) for k,v in result.iteritems() ])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment