potiuk commented on a change in pull request #7850: [AIRFLOW-4688]: Fix Pylint
checks on modules under `scripts` folder
URL: https://github.com/apache/airflow/pull/7850#discussion_r399692537
##########
File path: scripts/perf/scheduler_dag_execution_timing.py
##########
@@ -59,12 +70,16 @@ def change_state(self, key, state):
if not self.stop_when_these_completed:
self.log.warning("STOPPING SCHEDULER -- all runs complete")
- self.scheduler_job.processor_agent._done = True
+ self.scheduler_job.processor_agent._done = True # pylint:
disable=W0212
Review comment:
Same here and other places
----------------------------------------------------------------
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