Fix typo thubmnail -> thumbnail

This commit is contained in:
Roy Nieterau 2023-08-30 10:13:07 +02:00
parent 7243f7e721
commit d03d0564cd
2 changed files with 3 additions and 3 deletions

View file

@ -225,7 +225,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
return True
except Exception:
self.log.warning(
"Failed to create thubmnail using ffmpeg",
"Failed to create thumbnail using ffmpeg",
exc_info=True
)
return False

View file

@ -156,7 +156,7 @@ class ExtractThumbnailFromSource(pyblish.api.InstancePlugin):
return True
except Exception:
self.log.warning(
"Failed to create thubmnail using oiiotool",
"Failed to create thumbnail using oiiotool",
exc_info=True
)
return False
@ -179,7 +179,7 @@ class ExtractThumbnailFromSource(pyblish.api.InstancePlugin):
return True
except Exception:
self.log.warning(
"Failed to create thubmnail using ffmpeg",
"Failed to create thumbnail using ffmpeg",
exc_info=True
)
return False