Armand Grillet created MESOS-8954:
-------------------------------------
Summary: python3/post-reviews.py errors due to TypeError
Key: MESOS-8954
URL: https://issues.apache.org/jira/browse/MESOS-8954
Project: Mesos
Issue Type: Bug
Reporter: Armand Grillet
Assignee: Armand Grillet
{code:java}
$ ./support/python3/post-reviews.py
Running 'rbt post' across all of ...
7a662ee75d706d637f9cc2bcbdd0567c32ccef56 - (HEAD -> alexr/subscribers-health,
private/ci/alexr/default) Sent task (health) check updates over the operator
streaming API. (2 minutes ago)
Creating diff of:
7a662ee75d706d637f9cc2bcbdd0567c32ccef56 - (HEAD -> alexr/subscribers-health,
private/ci/alexr/default) Sent task (health) check updates over the operator
streaming API.
Press enter to continue or 'Ctrl-C' to skip.
Traceback (most recent call last):
File "./support/python3/post-reviews.py", line 432, in <module>
main()
File "./support/python3/post-reviews.py", line 365, in main
sys.stdout.buffer.write(output)
TypeError: a bytes-like object is required, not 'str'{code}
The review still get posted.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)