choo121600 commented on code in PR #60932:
URL: https://github.com/apache/airflow/pull/60932#discussion_r2717913350


##########
scripts/ci/prek/compile_ui_assets_dev.py:
##########
@@ -79,10 +80,9 @@
             stderr=subprocess.STDOUT,
         )
 
-    subprocess.run(
+    subprocess.Popen(

Review Comment:
   I was able to reproduce the issue after upgrading prek to version 0.3.0.
   It does not occur when using version 0.2.22.
   I'll take a look and see if I can find a proper fix.



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

Reply via email to