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 06:40:51 UTC

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

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

 ##########
 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:
   This formatting looks a bit odd now, these 2 lines easily fit on a single line. Could you fix these formatting issues?

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