Merge pull request #1761 from pypeclub/bugfix/extract_thumbnail_sp

Standalone publisher thumbnail extractor fix
This commit is contained in:
Jakub Trllo 2021-06-28 10:13:17 +02:00 committed by GitHub
commit 65bd1f6d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,6 @@ class ExtractThumbnailSP(pyblish.api.InstancePlugin):
else:
# Convert to jpeg if not yet
full_input_path = os.path.join(thumbnail_repre["stagingDir"], file)
full_input_path = '"{}"'.format(full_input_path)
self.log.info("input {}".format(full_input_path))
full_thumbnail_path = tempfile.mkstemp(suffix=".jpg")[1]