mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Fix typo
This commit is contained in:
parent
81e25eb3a3
commit
03e5ff92ea
1 changed files with 2 additions and 3 deletions
|
|
@ -601,9 +601,8 @@ class ExtractLook(publish.Extractor):
|
|||
def get_resource_destination_cached(path):
|
||||
"""Get resource destination with cached result per filepath"""
|
||||
if path not in destinations_cache:
|
||||
self.get_resource_destination(path,
|
||||
instance.data["resourcesDir"],
|
||||
processors)
|
||||
destination = self.get_resource_destination(
|
||||
path, instance.data["resourcesDir"], processors)
|
||||
destinations_cache[path] = destination
|
||||
return destinations_cache[path]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue