mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix function path bug
This commit is contained in:
parent
cd7ef426d8
commit
81f3bd379b
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ def get_ocio_config_path(profile_folder):
|
|||
return os.path.join(
|
||||
os.environ["OPENPYPE_ROOT"],
|
||||
"vendor",
|
||||
"config",
|
||||
"OpenColorIO-Configs",
|
||||
profile_folder,
|
||||
"config.ocio"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue