Merge pull request #345 from tokejepsen/2.x/bugfix/nuke_deadline_priority

Priority was forced to 50
This commit is contained in:
Milan Kolar 2020-07-10 09:57:52 +02:00 committed by GitHub
commit cf958272bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {