mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
OP-4504 - logging message is wrong as it is called on instances also
This commit is contained in:
parent
0a12a42460
commit
cccd9c61dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue