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 #1163 from pypeclub/bugfix/maya-limit-groups-typo
Browse files Browse the repository at this point in the history
Maya: Submit to Deadline - fix typo in condition
  • Loading branch information
mkolar authored Mar 22, 2021
2 parents 8222335 + 2830710 commit 48be4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pype/plugins/maya/publish/submit_maya_deadline.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def process(self, instance):
"priority", 50)
if self.group != "none":
self.payload_skeleton["JobInfo"]["Group"] = self.group
if self.limit:
if self.limit_groups:
self.payload_skeleton["JobInfo"]["LimitGroups"] = ",".join(self.limit_groups) # noqa: E501
# Optional, enable double-click to preview rendered
# frames from Deadline Monitor
Expand Down

0 comments on commit 48be4ec

Please sign in to comment.