Formatting change

This commit is contained in:
Petr Kalis 2025-12-12 10:59:02 +01:00
parent 41fa48dbe7
commit f03ae1bc15

View file

@ -748,13 +748,12 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
if not profile: if not profile:
self.log.debug( self.log.debug(
( "Skipped instance. None of profiles in presets are for"
"Skipped instance. None of profiles in presets are for" f' Host: "{host_name}"'
' Host: "{}" | Product types: "{}" | Product names: "{}"' f' | Product types: "{product_type}"'
' | Task name "{}" | Task type "{}"' f' | Product names: "{product_name}"'
).format( f' | Task name "{task_name}"'
host_name, product_type, product_name, task_name, task_type f' | Task type "{task_type}"'
)
) )
return None return None