mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Merge pull request #3336 from pypeclub/bugfix/allow_passing_mongo_url_to_deadline
Deadline: added OPENPYPE_MONGO to filter
This commit is contained in:
commit
b341b6d4c3
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