ashb commented on a change in pull request #6459: [AIRFLOW-5243] Make 
airflow/configuration pylint compatible
URL: https://github.com/apache/airflow/pull/6459#discussion_r340584677
 
 

 ##########
 File path: airflow/configuration.py
 ##########
 @@ -201,7 +208,9 @@ def _get_cmd_option(self, section, key):
         if (section, key) in self.as_command_stdout:
             if super().has_option(section, fallback_key):
                 command = super().get(section, fallback_key)
-                return run_command(command)
 
 Review comment:
   Why this change? This doesn't look like it would cause a pylint error.

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