mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
🐛 missing comma
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
553fcdff53
commit
e5b1cc59bd
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ def get_ocio_config_path(profile_folder):
|
|||
os.environ["OPENPYPE_ROOT"],
|
||||
"vendor",
|
||||
"bin",
|
||||
"ocioconfig"
|
||||
"ocioconfig",
|
||||
"OpenColorIOConfigs",
|
||||
profile_folder,
|
||||
"config.ocio"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue