mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix call of '_get_host_config_data'
This commit is contained in:
parent
bc01bf08f2
commit
178e30d8e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1070,7 +1070,7 @@ def get_imageio_config_preset(
|
|||
)
|
||||
else:
|
||||
config_data = _get_host_config_data(
|
||||
host_ocio_config["filepath"], template_data, env
|
||||
host_ocio_config["filepath"], template_data
|
||||
)
|
||||
|
||||
if not config_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue