mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Updated logging
This commit is contained in:
parent
c7672fd511
commit
56df03848f
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
|
||||
def _main_process(self, instance):
|
||||
if not self.profiles:
|
||||
self.log.debug("No profiles present for color transcode")
|
||||
self.log.debug("No profiles present for extract review thumbnail.")
|
||||
return
|
||||
profile_config = self._get_config_from_profile(instance)
|
||||
if not profile_config:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue