mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix object attributes error
This commit is contained in:
parent
1be4c4fc7f
commit
50cf8f9614
1 changed files with 2 additions and 2 deletions
|
|
@ -124,8 +124,8 @@ class PushFrameValuesToTaskEvent(BaseEvent):
|
|||
))
|
||||
return
|
||||
|
||||
interest_attributes = set(self.interest_attributes)
|
||||
interest_entity_types = set(self.interest_entity_types)
|
||||
interest_attributes = set(interest_attributes)
|
||||
interest_entity_types = set(interest_entity_types)
|
||||
|
||||
# Separate value changes and task parent changes
|
||||
_entities_info = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue