mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix a typo
This commit is contained in:
parent
38bf9c17c4
commit
87dc8ca579
1 changed files with 2 additions and 2 deletions
|
|
@ -52,13 +52,13 @@ class SetDefaultDisplayView(PreLaunchHook):
|
|||
default_view = ":".join([default_view, OCIO_ACTIVE_VIEWS])
|
||||
|
||||
self.log.info(
|
||||
"Setting OCIO_ACTIVE_DISPLAYS environment to : {}"
|
||||
"Setting OCIO_ACTIVE_DISPLAYS environment to: {}"
|
||||
.format(default_display)
|
||||
)
|
||||
self.launch_context.env["OCIO_ACTIVE_DISPLAYS"] = default_display
|
||||
|
||||
self.log.info(
|
||||
"Setting OCIO_ACTIVE_VIEWS environment to config path: {}"
|
||||
"Setting OCIO_ACTIVE_VIEWS environment to: {}"
|
||||
.format(default_view)
|
||||
)
|
||||
self.launch_context.env["OCIO_ACTIVE_VIEWS"] = default_view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue