You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/10/30 12:29:52 UTC

[GitHub] [airflow] ashb commented on a change in pull request #6459: [AIRFLOW-5243] Make airflow/configuration pylint compatible

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:
users@infra.apache.org


With regards,
Apache Git Services