mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix another unrelated issue in DictMutableKeysEntity
This commit is contained in:
parent
ede5013dbd
commit
d199fad0e6
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ class DictMutableKeysEntity(EndpointEntity):
|
|||
if self.store_as_list:
|
||||
output = []
|
||||
for key, child_entity in self.children_by_key.items():
|
||||
output.append(key, child_entity.value)
|
||||
output.append([key, child_entity.value])
|
||||
return output
|
||||
|
||||
output = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue