mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Dont change thumbnail extraction
This commit is contained in:
parent
8492491f83
commit
a6727800a3
1 changed files with 0 additions and 2 deletions
|
|
@ -92,8 +92,6 @@ class ExtractThumbnail(publish.Extractor):
|
|||
"Create temp directory {} for thumbnail".format(dst_staging)
|
||||
)
|
||||
# Store new staging to cleanup paths
|
||||
if not instance.data.get("stagingDir_persistent", False):
|
||||
instance.context.data["cleanupFullPaths"].append(dst_staging)
|
||||
filename = "{0}".format(instance.name)
|
||||
path = os.path.join(dst_staging, filename)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue