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 2020/06/10 11:51:05 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #9077: Add metavar to CLI arguments

potiuk commented on a change in pull request #9077:
URL: https://github.com/apache/airflow/pull/9077#discussion_r438062692



##########
File path: airflow/cli/cli_parser.py
##########
@@ -1287,6 +1294,7 @@ def _format_action(self, action: Action):
             for subaction in action_subcommnads:
                 parts.append(self._format_action(subaction))
             self._dedent()
+            self._dedent()

Review comment:
       Is it good to have one indent and two dedents?




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