Merge branch 'feature/PYPE-624_js_refactor' of github.com:pypeclub/pype into feature/PYPE-624_js_refactor

This commit is contained in:
Ondřej Samohel 2020-04-22 18:43:51 +02:00
commit 9fe7d605a5

View file

@ -59,7 +59,9 @@ class AdobeRestApi(RestApi):
# Trigger subprocess
# QUESTION should we check returncode?
returncode = execute(
[sys.executable, PUBLISH_SCRIPT_PATH], env=publish_env)
[sys.executable, PUBLISH_SCRIPT_PATH],
env=publish_env
)
# Check if output file exists
if returncode != 0 or not os.path.exists(output_data_path):