potiuk commented on code in PR #60932:
URL: https://github.com/apache/airflow/pull/60932#discussion_r2717065152
##########
scripts/ci/prek/compile_ui_assets_dev.py:
##########
@@ -79,10 +80,9 @@
stderr=subprocess.STDOUT,
)
- subprocess.run(
+ subprocess.Popen(
Review Comment:
One small issue. When I run in this PR on a fresh installation I keep on
getting prek output of compiling asseets in dev mode contirunously in the
terminal, actually overriding everything:
<img width="1200" height="932" alt="Image"
src="https://github.com/user-attachments/assets/d4f76675-95af-4e93-a7c2-c79603fc7a28"
/>
I guess it's a question of redirecting prek properly
--
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]