mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
simplified 'get_ocio_config_script_path'
This commit is contained in:
parent
1568d40c98
commit
c0d5e77177
1 changed files with 5 additions and 6 deletions
|
|
@ -113,13 +113,12 @@ def get_ocio_config_script_path():
|
|||
|
||||
Returns:
|
||||
str: path string
|
||||
|
||||
"""
|
||||
return os.path.normpath(
|
||||
os.path.join(
|
||||
AYON_CORE_ROOT,
|
||||
"scripts",
|
||||
"ocio_wrapper.py"
|
||||
)
|
||||
return os.path.join(
|
||||
os.path.normpath(AYON_CORE_ROOT),
|
||||
"scripts",
|
||||
"ocio_wrapper.py"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue