zizhong opened a new pull request #7168: URL: https://github.com/apache/trafficserver/pull/7168
On a rhel7 box, `autopep8 --version` writes to stderr instead of stdout. That caused the issue in #7167 ``` zizhang@zizhang-ld1 :) ~/source/zzzats $ ver=`autopep8 --version 2>&1`; echo "VERSION="$ver VERSION=autopep8 1.5.4 (pycodestyle: 2.6.0) zizhang@zizhang-ld1 :) ~/source/zzzats $ ver=`autopep8 --version`; echo "VERSION="$ver autopep8 1.5.4 (pycodestyle: 2.6.0) VERSION= ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
