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/10/12 23:40:21 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #11447: Use PyUpgrade to use Python 3.6 features

mik-laj commented on a change in pull request #11447:
URL: https://github.com/apache/airflow/pull/11447#discussion_r503586610



##########
File path: airflow/cli/commands/dag_command.py
##########
@@ -112,10 +112,10 @@ def dag_backfill(args, dag=None):
         run_conf = json.loads(args.conf)
 
     if args.dry_run:
-        print("Dry run of DAG {0} on {1}".format(args.dag_id,
+        print("Dry run of DAG {} on {}".format(args.dag_id,
                                                  args.start_date))

Review comment:
       ```suggestion
                                                  args.start_date))
   ```




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