mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-2787 - removed unnecessary family
This commit is contained in:
parent
8de1cbf732
commit
2dd79b32e7
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ class CollectDeadlinePublishableInstances(pyblish.api.InstancePlugin):
|
|||
self.log.debug("Publish {}".format(subset_name))
|
||||
instance.data["publish"] = True
|
||||
instance.data["farm"] = False
|
||||
instance.data["families"].remove("deadline")
|
||||
else:
|
||||
self.log.debug("Skipping {}".format(subset_name))
|
||||
instance.data["publish"] = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue