[
https://issues.apache.org/jira/browse/AIRFLOW-6045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980350#comment-16980350
]
ASF GitHub Bot commented on AIRFLOW-6045:
-----------------------------------------
kaxil commented on pull request #6640: [AIRFLOW-6045] Error on failed execution
of compile_assets
URL: https://github.com/apache/airflow/pull/6640
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)