----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67348/ -----------------------------------------------------------
Review request for mesos, Andrew Schwartzmeyer and Armand Grillet. Repository: mesos Description ------- The scripts this might be used in might use `stdout` to report results we do not intend to interfere with, e.g., `support/apply-reviews.py` can print commands to execute in dry run mode. This patch makes the check script print to `stderr` instead of `stdout`. Diffs ----- support/check-python3.py 08252d8f8c091fe55d814135fe29b53481efec95 Diff: https://reviews.apache.org/r/67348/diff/1/ Testing ------- * could not apply result of `apply-reviews.py --dry-run` withou this patch * can apply result after patch Thanks, Benjamin Bannier
