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/12/23 17:52:37 UTC

[GitHub] [airflow] KKcorps opened a new pull request #6875: [AIRFLOW-6076] Fix dag.cli() Key error

KKcorps opened a new pull request #6875: [AIRFLOW-6076] Fix dag.cli() Key error
URL: https://github.com/apache/airflow/pull/6875
 
 
   Make sure you have checked _all_ steps below.
   
   ### Jira
   
   - [X] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the PR title. For example, "\[AIRFLOW-XXX\] My Airflow PR"
     - https://issues.apache.org/jira/browse/AIRFLOW-6076
   
   ### Description
   
   - [x] Here are some details about my PR, including screenshots of any UI changes:
     DAG subcommands are now nested inside the main command. However, the subcommand dictionary contained only the main commands. This resulted in a KeyError when querying for a subcommand from the dict.
   ### Tests
   
   - [X] My PR adds the following unit tests __OR__ does not need testing for this extremely good reason:
   Tests already exist.
   

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