OmerJog commented on issue #5318: [AIRFLOW-4559] JenkinsJobTriggerOperator bugfix URL: https://github.com/apache/airflow/pull/5318#issuecomment-502780240 @ToxaZ You have some flake8 errors ` tests/contrib/operators/test_jenkins_operator.py:144:1: W293 blank line contains whitespace ./tests/contrib/operators/test_jenkins_operator.py:149:17: E126 continuation line over-indented for hanging indent ./tests/contrib/operators/test_jenkins_operator.py:155:1: W293 blank line contains whitespace ./tests/contrib/operators/test_jenkins_operator.py:157:9: E303 too many blank lines (2) ./tests/contrib/operators/test_jenkins_operator.py:157:111: E501 line too long (130 > 110 characters) ./tests/contrib/operators/test_jenkins_operator.py:161:1: E303 too many blank lines (3) `
---------------------------------------------------------------- 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] With regards, Apache Git Services
