Fix-up several packages to include the correct Conflicts and Replaces
[invirt/packages/invirt-remote.git] / python / remote / bcast.py
index ca69818..6a00b23 100644 (file)
@@ -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))
-    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()]