mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix typo
This commit is contained in:
parent
adc9b9303b
commit
642d6ef407
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
# - this is to avoid "override" of source file
|
||||
dst_staging = tempfile.mkdtemp(prefix="pyblish_tmp_")
|
||||
self.log.debug(
|
||||
"Create temp directory {} for thumbnail".formap(dst_staging)
|
||||
"Create temp directory {} for thumbnail".format(dst_staging)
|
||||
)
|
||||
# Store new staging to cleanup paths
|
||||
instance.context.data["cleanupFullPaths"].append(dst_staging)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue