mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix keys method
This commit is contained in:
parent
c9ee4e5f71
commit
e1129bdbad
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class DictConditionalEntity(ItemEntity):
|
|||
def keys(self):
|
||||
"""Entity's keys."""
|
||||
keys = list(self.non_gui_children[self.current_enum].keys())
|
||||
keys.insert(0, [self.current_enum])
|
||||
keys.insert(0, [self.enum_key])
|
||||
return keys
|
||||
|
||||
def values(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue