mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Formatting change
This commit is contained in:
parent
41fa48dbe7
commit
f03ae1bc15
1 changed files with 6 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue