🐛 missing comma

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Ondřej Samohel 2022-08-15 17:37:40 +02:00 committed by GitHub
parent 553fcdff53
commit e5b1cc59bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ def get_ocio_config_path(profile_folder):
os.environ["OPENPYPE_ROOT"],
"vendor",
"bin",
"ocioconfig"
"ocioconfig",
"OpenColorIOConfigs",
profile_folder,
"config.ocio"