mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix - Deadline publish on Linux started Tray instead of headless publishing
This commit is contained in:
parent
75994f6f57
commit
fee1d73407
1 changed files with 2 additions and 2 deletions
|
|
@ -55,9 +55,9 @@ def inject_openpype_environment(deadlinePlugin):
|
|||
"AVALON_TASK, AVALON_APP_NAME"
|
||||
raise RuntimeError(msg)
|
||||
|
||||
print("args::{}".format(args))
|
||||
print("args:::{}".format(args))
|
||||
|
||||
exit_code = subprocess.call(args, shell=True)
|
||||
exit_code = subprocess.call(args, cwd=os.path.dirname(openpype_app))
|
||||
if exit_code != 0:
|
||||
raise RuntimeError("Publishing failed, check worker's log")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue