mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Improve log readability
This commit is contained in:
parent
1e0c115a5a
commit
fca484dd01
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class ValidateModelContent(pyblish.api.InstancePlugin,
|
|||
invalid_bullets = "\n".join(f"- {node}" for node in invalid)
|
||||
|
||||
cls.log.error(
|
||||
"These nodes are not allowed:\n{}\n"
|
||||
"These nodes are not allowed:\n{}\n\n"
|
||||
"The valid node types are: {}".format(
|
||||
invalid_bullets, ", ".join(cls.allowed))
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue