commit | 2da17a0b657e635dc5648e9db1aa36bc96b826a1 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Sun Feb 14 14:42:51 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Sun Feb 14 14:42:51 2016 +0000 |
tree | f010a0e5d8fd6cfac162b6667f2348e5769ee4b8 | |
parent | 5073896cc9f47d4f8c489250bb5585b2190abb5a [diff] | |
parent | 190b29d45e15fd7a0fddb89dbb304fb35554814e [diff] |
Merge "worlddump: add empty newline after every command output"
diff --git a/tools/worlddump.py b/tools/worlddump.py index 8308011..198bb7e 100755 --- a/tools/worlddump.py +++ b/tools/worlddump.py
@@ -56,6 +56,7 @@ print try: subprocess.check_call(cmd, shell=True) + print except subprocess.CalledProcessError: print "*** Failed to run: %s" % cmd