mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Merge branch 'feature/PYPE-624_js_refactor' of github.com:pypeclub/pype into feature/PYPE-624_js_refactor
This commit is contained in:
commit
9fe7d605a5
1 changed files with 3 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue