mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
cosmetic issue fix
This commit is contained in:
parent
2af4c94e2c
commit
c48fddbba3
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ class CollectDeadlinePools(pyblish.api.InstancePlugin,
|
|||
if family == "maxrender":
|
||||
max_setting = project_settings["deadline"]["publish"]["MaxSubmitDeadline"] # noqa
|
||||
cls.primary_pool = max_setting.get("deadline_pool", None)
|
||||
cls.secondary_pool = max_setting.get("deadline_pool_secondary", None)
|
||||
cls.secondary_pool = max_setting.get("deadline_pool_secondary",
|
||||
None)
|
||||
|
||||
def process(self, instance):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue