You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (Jira)" <ji...@apache.org> on 2019/11/22 17:34:00 UTC

[jira] [Resolved] (AIRFLOW-6045) Error on failed execution of compile_assets

     [ https://issues.apache.org/jira/browse/AIRFLOW-6045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik resolved AIRFLOW-6045.
---------------------------------
    Resolution: Fixed

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