Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #345 from tokejepsen/2.x/bugfix/nuke_deadline_prio…
Browse files Browse the repository at this point in the history
…rity

Priority was forced to 50
  • Loading branch information
mkolar authored Jul 10, 2020
2 parents 0faf397 + b278287 commit cf95827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pype/plugins/nuke/publish/submit_nuke_deadline.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def payload_submit(self,
chunk_size = self.deadline_chunk_size

priority = instance.data.get("deadlinePriority")
if priority != 50:
if not priority:
priority = self.deadline_priority

payload = {
Expand Down

0 comments on commit cf95827

Please sign in to comment.