mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Update openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
b8e7ec2912
commit
6714911192
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ class NukeSubmitDeadline(pyblish.api.InstancePlugin,
|
|||
|
||||
# to recognize render jobs
|
||||
render_job_label = (
|
||||
"AYON_RENDER_JOB" if os.environ.get("USE_AYON_SERVER") == '1'
|
||||
"AYON_RENDER_JOB" if AYON_SERVER_ENABLED
|
||||
else "OPENPYPE_RENDER_JOB")
|
||||
environment[render_job_label] = "1"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue