potiuk commented on code in PR #39278:
URL: https://github.com/apache/airflow/pull/39278#discussion_r1644218293


##########
dev/breeze/src/airflow_breeze/commands/developer_commands.py:
##########
@@ -958,7 +958,7 @@ def down(preserve_volumes: bool, cleanup_mypy_cache: bool, 
project_name: str):
 @option_verbose
 @option_dry_run
 @click.argument("exec_args", nargs=-1, type=click.UNPROCESSED)
-def exec(exec_args: tuple):
+def exec_(exec_args: tuple):

Review Comment:
   > There are only two hard things in Computer Science: cache invalidation and 
naming things
   
   And off-by-one mistakes 



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

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to