Fix error message formatting (#6028)

This commit is contained in:
Roy Nieterau 2023-12-07 17:38:25 +01:00 committed by GitHub
parent dda7c573ba
commit 355722d04f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))