mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
missing space
This commit is contained in:
parent
1204c5f2c7
commit
e01de841c0
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class ValidateRenderPasses(OptionalPyblishPluginMixin,
|
|||
if filename not in rt.rendOutputFilename:
|
||||
cls.log.error(
|
||||
"Render output folder must include"
|
||||
f"the max scene name {filename} "
|
||||
f" the max scene name {filename} "
|
||||
)
|
||||
invalid_folder_name = os.path.dirname(
|
||||
rt.rendOutputFilename).replace(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue