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


##########
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:
   I think _this_ change specifically, but there are some variables below that 
could use a better rename than just an underscore suffix.



##########
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:
   I think _this_ change specifically is good, but there are some variables 
below that could use a better rename than just an underscore suffix.



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