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:
|
||||
self.log.debug(
|
||||
(
|
||||
"Skipped instance. None of profiles in presets are for"
|
||||
' Host: "{}" | Product types: "{}" | Product names: "{}"'
|
||||
' | Task name "{}" | Task type "{}"'
|
||||
).format(
|
||||
host_name, product_type, product_name, task_name, task_type
|
||||
)
|
||||
"Skipped instance. None of profiles in presets are for"
|
||||
f' Host: "{host_name}"'
|
||||
f' | Product types: "{product_type}"'
|
||||
f' | Product names: "{product_name}"'
|
||||
f' | Task name "{task_name}"'
|
||||
f' | Task type "{task_type}"'
|
||||
)
|
||||
return None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue