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/04/05 07:14:31 UTC

[GitHub] [airflow] milton0825 commented on a change in pull request #5042: [AIRFLOW-4204][WIP] Update super() calls

milton0825 commented on a change in pull request #5042: [AIRFLOW-4204][WIP] Update super() calls
URL: https://github.com/apache/airflow/pull/5042#discussion_r272467256
 
 

 ##########
 File path: airflow/configuration.py
 ##########
 @@ -209,9 +209,9 @@ def _get_cmd_option(self, section, key):
         fallback_key = key + '_cmd'
         # if this is a valid command key...
         if (section, key) in self.as_command_stdout:
-            if super(AirflowConfigParser, self) \
+            if super() \
 
 Review comment:
   Will start fixing it once https://github.com/apache/airflow/pull/5022 is merged. 

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