This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f600197ad4 Fix www asset compilation (#26445)
f600197ad4 is described below

commit f600197ad47916687830177c9787c4616f7854a2
Author: Jed Cunningham <[email protected]>
AuthorDate: Fri Sep 16 14:26:19 2022 -0700

    Fix www asset compilation (#26445)
---
 dev/breeze/src/airflow_breeze/utils/run_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/breeze/src/airflow_breeze/utils/run_utils.py 
b/dev/breeze/src/airflow_breeze/utils/run_utils.py
index 4e272c6c93..72ec101148 100644
--- a/dev/breeze/src/airflow_breeze/utils/run_utils.py
+++ b/dev/breeze/src/airflow_breeze/utils/run_utils.py
@@ -436,4 +436,4 @@ def run_compile_www_assets(
         )
         thread.start()
     else:
-        _run_compile_internally(command_to_execute, dry_run, verbose)
+        return _run_compile_internally(command_to_execute, dry_run, verbose)

Reply via email to