-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68826/
-----------------------------------------------------------

Review request for mesos, Benjamin Bannier and Vinod Kone.


Repository: mesos


Description
-------

Because Python is not type-safe, we encountered a bug in the code
executed on non-Windows platforms that was expecting `output` to be a
normal Python string instead of a Python byte string (with encoded
content). To fix this, we now always decode the bytes into a string,
so that the logic afterwards only has one type to deal with.


Diffs
-----

  support/verify-reviews.py 72b7eb5b9baaf8eaa352b55dad55e62881d87323 


Diff: https://reviews.apache.org/r/68826/diff/1/


Testing
-------


Thanks,

Andrew Schwartzmeyer

Reply via email to