mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix value check
This commit is contained in:
parent
bcd1e864c0
commit
925ff8b86f
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class CoreAddon(BaseServerAddon):
|
|||
"builtin_path": "{BUILTIN_OCIO_ROOT}/aces_1.2/config.ocio"
|
||||
}
|
||||
if first_filepath in (
|
||||
"{BUILTIN_OCIO_ROOT}/aces_1.2/config.oci",
|
||||
"{BUILTIN_OCIO_ROOT}/aces_1.2/config.ocio",
|
||||
"{BUILTIN_OCIO_ROOT}/nuke-default/config.ocio",
|
||||
):
|
||||
base_value["type"] = "builtin_path"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue