mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-3908 - fix calling of list_instances
This commit is contained in:
parent
cb5c8c2b13
commit
78253670fd
1 changed files with 2 additions and 1 deletions
|
|
@ -303,5 +303,6 @@ def cache_and_get_instances(creator):
|
|||
"""
|
||||
shared_key = "openpype.photoshop.instances"
|
||||
if shared_key not in creator.collection_shared_data:
|
||||
creator.collection_shared_data[shared_key] = creator.list_instances()
|
||||
creator.collection_shared_data[shared_key] = \
|
||||
creator.host.list_instances()
|
||||
return creator.collection_shared_data[shared_key]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue