fix call of '_get_host_config_data'

This commit is contained in:
Jakub Trllo 2024-05-06 15:52:31 +02:00
parent bc01bf08f2
commit 178e30d8e7

View file

@ -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: