mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
renamed 'tools__get_config_data_name' to '_get_host_config_data'
This commit is contained in:
parent
71f2c074c5
commit
5e0ab28929
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue