Improve key

This commit is contained in:
Roy Nieterau 2024-04-03 19:56:12 +02:00
parent 322615906d
commit a5c19963d5

View file

@ -81,7 +81,7 @@ class ValidateNodeIdsInDatabase(pyblish.api.InstancePlugin):
"""
# We query the database only for the first instance instead of
# per instance by storing a cache in the context
key = "__cache_project_folders_ids"
key = "__cache_project_folder_ids"
if key in context.data:
return context.data[key]