OmerJog commented on issue #6552: AIRFLOW-5850: Capture task logs in DockerSwarmOperator URL: https://github.com/apache/airflow/pull/6552#issuecomment-552983695 @akki Please fix flake8 violations: ``` tests/operators/test_docker_swarm_operator.py:79:111: E501 line too long (119 > 110 characters) tests/operators/test_docker_swarm_operator.py:176:111: E501 line too long (119 > 110 characters) airflow/contrib/operators/docker_swarm_operator.py:137:111: E501 line too long (112 > 110 characters) airflow/contrib/operators/docker_swarm_operator.py:139:43: E261 at least two spaces before inline comment airflow/contrib/operators/docker_swarm_operator.py:146:21: F841 local variable 'e' is assigned to but never used airflow/contrib/operators/docker_swarm_operator.py:147:111: E501 line too long (117 > 110 characters) airflow/contrib/operators/docker_swarm_operator.py:149:21: F841 local variable 'e' is assigned to but never used airflow/contrib/operators/docker_swarm_operator.py:150:111: E501 line too long (118 > 110 characters) ```
---------------------------------------------------------------- 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
