This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 391ca0fc1c5cfa0bf79da132822e80c5cc921da9 Author: Chun-Hung Hsiao <[email protected]> AuthorDate: Wed Aug 22 16:24:33 2018 -0700 Printed a newline after posting a review. Review: https://reviews.apache.org/r/68479 --- support/python3/post-reviews.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/python3/post-reviews.py b/support/python3/post-reviews.py index 2048278..feb7d51 100755 --- a/support/python3/post-reviews.py +++ b/support/python3/post-reviews.py @@ -360,7 +360,7 @@ def main(): ['--revision-range=' + revision_range] + \ sys.argv[1:] - output = execute(command).strip() + output = execute(command) # Output is a string, we convert it to a byte string before writing it. sys.stdout.buffer.write(output.encode())
