nuclearpinguin commented on a change in pull request #6929: [AIRFLOW-6373] Make 
airflow/utils pylint compatible
URL: https://github.com/apache/airflow/pull/6929#discussion_r362338257
 
 

 ##########
 File path: airflow/task/task_runner/base_task_runner.py
 ##########
 @@ -63,9 +63,7 @@ def __init__(self, local_task_job):
             # want to have to specify them in the sudo call - they would show
             # up in `ps` that way! And run commands now, as the other user
             # might not be able to run the cmds to get credentials
-            cfg_path = tmp_configuration_copy(chmod=0o600,
-                                              include_env=True,
-                                              include_cmds=True)
 
 Review comment:
   Those args were unused.

----------------------------------------------------------------
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

Reply via email to