mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Debug message code tweaks
This commit is contained in:
parent
204504b640
commit
bb61557383
1 changed files with 2 additions and 2 deletions
|
|
@ -144,8 +144,8 @@ class ValidateRenderPasses(OptionalPyblishPluginMixin,
|
|||
ext = ext.lstrip(".")
|
||||
if ext != image_format:
|
||||
msg = (
|
||||
f"Invalid image format {ext} for render outputs"
|
||||
f"Should be : {image_format}")
|
||||
f"Invalid image format {ext} for render outputs.\n"
|
||||
f"Should be: {image_format}")
|
||||
cls.log.error(msg)
|
||||
invalid.append((msg, ext))
|
||||
return invalid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue