Merge "Append newline after printing the action result"

This commit is contained in:
Jenkins 2016-11-17 19:11:30 +00:00 committed by Gerrit Code Review
commit db19b04d7f
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ def run_job(conf, storage):
k = k.replace("_", " ")
pp.add_row([k, v])
sys.stdout.writelines(pp.get_string())
sys.stdout.write('\n')
sys.stdout.flush()
else:
return