mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
fixed return varaible
This commit is contained in:
parent
c18db31a91
commit
fd78f969f7
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ class CollectLook(pyblish.api.InstancePlugin):
|
|||
if components:
|
||||
member_data["components"] = components
|
||||
|
||||
return member
|
||||
return member_data
|
||||
|
||||
def collect_attributes_changed(self, instance):
|
||||
"""Collect all userDefined attributes which have changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue