mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #345 from tokejepsen/2.x/bugfix/nuke_deadline_priority
Priority was forced to 50
This commit is contained in:
commit
cf958272bd
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class NukeSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
chunk_size = self.deadline_chunk_size
|
||||
|
||||
priority = instance.data.get("deadlinePriority")
|
||||
if priority != 50:
|
||||
if not priority:
|
||||
priority = self.deadline_priority
|
||||
|
||||
payload = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue