mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix error message formatting (#6028)
This commit is contained in:
parent
dda7c573ba
commit
355722d04f
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ def inject_ayon_environment(deadlinePlugin):
|
|||
"separated list \"{}\"."
|
||||
"The path to the render executable can be configured"
|
||||
" from the Plugin Configuration in the Deadline Monitor."
|
||||
).format(";".join(exe_list)))
|
||||
).format(exe_list))
|
||||
|
||||
print("--- Ayon executable: {}".format(exe))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue