Add a newline in output here, possibly considering printing top level keys flat

pull/3/head
Michael DeHaan 12 years ago
parent 1420c49277
commit b33ef0de60

@ -166,10 +166,10 @@ class Cli(object):
print buf
else:
if not failed:
buf += "%s >>" % hostname
buf += "%s >>\n" % hostname
else:
buf += "%s | FAILED >>" % hostname
buf += json.dumps(result, indent=4, sort_keys=True)
buf += "%s | FAILED >>\n" % hostname
buf += json.dumps(result, sort_keys=True)
print buf
if options.tree:
path = os.path.join(options.tree, hostname)

Loading…
Cancel
Save