[
https://issues.apache.org/jira/browse/AIRFLOW-6045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980352#comment-16980352
]
ASF subversion and git services commented on AIRFLOW-6045:
----------------------------------------------------------
Commit fa626f0768bf8a16f00dfc131b4a31dc82a40c05 in airflow's branch
refs/heads/master from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=fa626f0 ]
[AIRFLOW-6045] Error on failed execution of compile_assets (#6640)
https://issues.apache.org/jira/browse/AIRFLOW-6045
> 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: 2.0.0, 1.10.6, 1.10.7
> Reporter: Kaxil Naik
> Assignee: Kaxil Naik
> Priority: Minor
> 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)