This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 994a0410f44064fee083f1576b084cff59c3cb32 Author: Gabriel Machado <[email protected]> AuthorDate: Thu Jul 21 00:23:49 2022 +0200 Fix missing space for breeze build-image hint command (#25204) (cherry picked from commit 88b529d5ccf60a2394eb68c001fd782f4f9a60d5) --- dev/breeze/src/airflow_breeze/commands/release_management_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py index 87dae0c9a2..ed62f68cb8 100644 --- a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py +++ b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py @@ -445,7 +445,7 @@ def generate_constraints( ) get_console().print("\n[info]Use this command to build the image:[/]\n") get_console().print( - f" breeze build-image --python'{shell_params.python}' " + f" breeze build-image --python '{shell_params.python}' " f"--upgrade-to-newer-dependencies\n" ) sys.exit(1)
