OP-4504 - logging message is wrong as it is called on instances also

This commit is contained in:
Petr Kalis 2022-12-07 12:34:26 +01:00
parent 0a12a42460
commit cccd9c61dd

View file

@ -77,7 +77,7 @@ class ExtractThumbnailFromSource(pyblish.api.InstancePlugin):
def _create_thumbnail(self, context, thumbnail_source):
if not thumbnail_source:
self.log.debug("Thumbnail source on context not filled. Skipping.")
self.log.debug("Thumbnail source not filled. Skipping.")
return
if not os.path.exists(thumbnail_source):