dcelasun commented on pull request #2117: URL: https://github.com/apache/thrift/pull/2117#issuecomment-619344705
Tests are failing: ``` # Python code style flake8 ./lib/py/test/thrift_TBinaryProtocol.py:1:1: F401 'sys' imported but unused ./lib/py/test/thrift_TBinaryProtocol.py:9:19: E231 missing whitespace after ',' ./lib/py/test/thrift_TBinaryProtocol.py:13:25: E221 multiple spaces before operator ./lib/py/test/thrift_TBinaryProtocol.py:38:28: W291 trailing whitespace ./lib/py/test/thrift_TBinaryProtocol.py:66:1: E302 expected 2 blank lines, found 1 ./lib/py/test/thrift_TBinaryProtocol.py:66:19: E231 missing whitespace after ',' ./lib/py/test/thrift_TBinaryProtocol.py:72:37: E231 missing whitespace after ',' ./lib/py/test/thrift_TBinaryProtocol.py:72:62: E231 missing whitespace after ',' ./lib/py/test/thrift_TBinaryProtocol.py:73:25: E221 multiple spaces before operator ./lib/py/test/thrift_TBinaryProtocol.py:108:25: E221 multiple spaces before operator ./lib/py/test/thrift_TBinaryProtocol.py:135:1: E302 expected 2 blank lines, found 1 ./lib/py/test/thrift_TBinaryProtocol.py:136:12: E225 missing whitespace around operator ./lib/py/test/thrift_TBinaryProtocol.py:220:25: E128 continuation line under-indented for visual indent ./lib/py/test/thrift_TBinaryProtocol.py:221:25: E128 continuation line under-indented for visual indent ./lib/py/test/thrift_TBinaryProtocol.py:222:25: E128 continuation line under-indented for visual indent ./lib/py/test/thrift_TBinaryProtocol.py:223:25: E128 continuation line under-indented for visual indent ./lib/py/test/thrift_TBinaryProtocol.py:227:43: E231 missing whitespace after ',' ./lib/py/test/thrift_TBinaryProtocol.py:228:43: E231 missing whitespace after ',' ./lib/py/test/thrift_TBinaryProtocol.py:229:43: E231 missing whitespace after ',' ./lib/py/test/thrift_TBinaryProtocol.py:231:30: E203 whitespace before ':' ``` ---------------------------------------------------------------- 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: us...@infra.apache.org