mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-4371 - fix - wrong call of list_instances
This commit is contained in:
parent
5a8876e364
commit
b396a8d76b
1 changed files with 2 additions and 1 deletions
|
|
@ -294,5 +294,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