Kaxil Naik created AIRFLOW-6045:
-----------------------------------
Summary: Error on failed execution of compile_assets
Key: AIRFLOW-6045
URL: https://issues.apache.org/jira/browse/AIRFLOW-6045
Project: Apache Airflow
Issue Type: Improvement
Components: webserver
Affects Versions: 1.10.6, 2.0.0, 1.10.7
Reporter: Kaxil Naik
Assignee: Kaxil Naik
Fix For: 1.10.7
Currently, if someone runs `python setup.py compile_assets sdist` and if they
don't have npm install or if for some reason the script called by
compile_assets function fail, the function does nothing as it uses
`subprocess.call`. We should use `subprocess.check_call` to fix it
--
This message was sent by Atlassian Jira
(v8.3.4#803005)