mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
grammar fix
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
0f7176c2d2
commit
257a20c263
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
full_input_path, full_output_path
|
||||
)
|
||||
|
||||
# Skip representation and try next one if wasn't created
|
||||
# Skip representation and try next one if wasn't created
|
||||
if not repre_thumb_created and oiio_supported:
|
||||
repre_thumb_created = self._create_thumbnail_oiio(
|
||||
full_input_path, full_output_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue