You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/09/04 01:17:23 UTC

[GitHub] [trafficserver] zizhong opened a new pull request #7168: Fix #7167, make pep8 failure

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:
users@infra.apache.org



[GitHub] [trafficserver] bneradt commented on pull request #7168: Fix #7167, make pep8 failure

Posted by GitBox <gi...@apache.org>.
bneradt commented on pull request #7168:
URL: https://github.com/apache/trafficserver/pull/7168#issuecomment-686861353


   Adding this to 9.0.x because this fixes the autopep8 pre-commit hook for rhel7 added in the following PR which is also marked for 9.0.x:
   https://github.com/apache/trafficserver/pull/7071


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] bneradt merged pull request #7168: Fix #7167, make pep8 failure

Posted by GitBox <gi...@apache.org>.
bneradt merged pull request #7168:
URL: https://github.com/apache/trafficserver/pull/7168


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] zwoop commented on pull request #7168: Fix #7167, make pep8 failure

Posted by GitBox <gi...@apache.org>.
zwoop commented on pull request #7168:
URL: https://github.com/apache/trafficserver/pull/7168#issuecomment-687221377


   Cherry-picked to v9.0.x branch.


----------------------------------------------------------------
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:
users@infra.apache.org