mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix typo
This commit is contained in:
parent
09c5512e91
commit
e128695c42
1 changed files with 1 additions and 1 deletions
|
|
@ -2163,7 +2163,7 @@ class WorkfileSettings(object):
|
|||
|
||||
log.debug(changes)
|
||||
if changes:
|
||||
msg = "Read nodes are not set to correct colospace:\n\n"
|
||||
msg = "Read nodes are not set to correct colorspace:\n\n"
|
||||
for nname, knobs in changes.items():
|
||||
msg += (
|
||||
" - node: '{0}' is now '{1}' but should be '{2}'\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue