mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
publisher: missing version in subset prop
This commit is contained in:
parent
94352a7f02
commit
5293718d0c
1 changed files with 2 additions and 1 deletions
|
|
@ -181,7 +181,8 @@ class CollectInstances(pyblish.api.InstancePlugin):
|
|||
}
|
||||
})
|
||||
for subset, properities in self.subsets.items():
|
||||
if properities["version"] == 0:
|
||||
version = properities.get("version")
|
||||
if version and version == 0:
|
||||
properities.pop("version")
|
||||
|
||||
# adding Review-able instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue