mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Improve key
This commit is contained in:
parent
322615906d
commit
a5c19963d5
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class ValidateNodeIdsInDatabase(pyblish.api.InstancePlugin):
|
||||||
"""
|
"""
|
||||||
# We query the database only for the first instance instead of
|
# We query the database only for the first instance instead of
|
||||||
# per instance by storing a cache in the context
|
# per instance by storing a cache in the context
|
||||||
key = "__cache_project_folders_ids"
|
key = "__cache_project_folder_ids"
|
||||||
if key in context.data:
|
if key in context.data:
|
||||||
return context.data[key]
|
return context.data[key]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue