mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Fix - added OPENPYPE_MONGO to filter
Submit job has filter of allowed environment values, it missed OPENPYPE_MONGO.
This commit is contained in:
parent
45d7238bd3
commit
c177b60221
1 changed files with 2 additions and 1 deletions
|
|
@ -128,7 +128,8 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
"OPENPYPE_LOG_NO_COLORS",
|
||||
"OPENPYPE_USERNAME",
|
||||
"OPENPYPE_RENDER_JOB",
|
||||
"OPENPYPE_PUBLISH_JOB"
|
||||
"OPENPYPE_PUBLISH_JOB",
|
||||
"OPENPYPE_MONGO"
|
||||
]
|
||||
|
||||
# custom deadline attributes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue