mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
actually return parent on PublishAttributeValues
This commit is contained in:
parent
c289610acd
commit
95976b7cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ class PublishAttributeValues(AttributeValues):
|
|||
|
||||
@property
|
||||
def parent(self):
|
||||
self.publish_attributes.parent
|
||||
return self.publish_attributes.parent
|
||||
|
||||
|
||||
class PublishAttributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue