Fix function path bug

This commit is contained in:
Allan Ihsan 2022-07-28 13:31:58 +03:00
parent cd7ef426d8
commit 81f3bd379b

View file

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