ad-m commented on code in PR #63561:
URL: https://github.com/apache/airflow/pull/63561#discussion_r2935431357
##########
dev/breeze/src/airflow_breeze/commands/ui_commands.py:
##########
@@ -752,5 +752,5 @@ def compile_ui_assets(dev: bool, force_clean: bool):
dev=dev, run_in_background=False, force_clean=force_clean,
additional_ui_hooks=[]
)
if compile_ui_assets_result.returncode != 0:
- get_console().print("[warn]New assets were generated[/]")
+ console_print("[warn]New assets were generated[/]")
Review Comment:
Out of scope.
##########
dev/breeze/src/airflow_breeze/commands/production_image_commands.py:
##########
@@ -634,12 +634,10 @@ def verify(
perform_environment_checks()
check_remote_ghcr_io_commands()
if image_name and manifest_file:
- get_console().print(
- "[error]You cannot use --image-name and --manifest-file at the
same time. Exiting[/"
- )
+ console_print("[error]You cannot use --image-name and --manifest-file
at the same time. Exiting[/")
Review Comment:
Out of scope.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]