renamed 'tools__get_config_data_name' to '_get_host_config_data'

This commit is contained in:
Jakub Trllo 2024-05-06 15:04:36 +02:00
parent 71f2c074c5
commit 5e0ab28929

View file

@ -1069,7 +1069,7 @@ def get_imageio_config_preset(
log,
)
else:
config_data = _get_config_data(
config_data = _get_host_config_data(
host_ocio_config["filepath"], template_data, env
)
@ -1082,7 +1082,7 @@ def get_imageio_config_preset(
return config_data
def _get_config_data(path_list, anatomy_data, env=None):
def _get_host_config_data(path_list, anatomy_data, env=None):
"""Return first existing path in path list.
If template is used in path inputs,