Merge "worlddump: add empty newline after every command output"

This commit is contained in:
Jenkins 2016-02-14 14:42:51 +00:00 committed by Gerrit Code Review
commit 2da17a0b65

View File

@ -56,6 +56,7 @@ def _dump_cmd(cmd):
print
try:
subprocess.check_call(cmd, shell=True)
print
except subprocess.CalledProcessError:
print "*** Failed to run: %s" % cmd