projects
/
invirt/packages/invirt-remote.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix-up several packages to include the correct Conflicts and Replaces
[invirt/packages/invirt-remote.git]
/
python
/
remote
/
bcast.py
diff --git
a/python/remote/bcast.py
b/python/remote/bcast.py
index
ca69818
..
6a00b23
100644
(file)
--- a/
python/remote/bcast.py
+++ b/
python/remote/bcast.py
@@
-19,4
+19,4
@@
def bcast(cmd, hosts = [h.hostname for h in config.hosts]):
else:
raise RuntimeError("remctl to host %s returned non-zero exit status %d"
% (s, p.returncode))
else:
raise RuntimeError("remctl to host %s returned non-zero exit status %d"
% (s, p.returncode))
- return [(s, yaml.load(o[1], yaml.CSafeLoader)) for (s, o) in outputs.iteritems()]
+ return [(s, yaml.load(o[0], yaml.CSafeLoader)) for (s, o) in outputs.iteritems()]