make sure the args mapped to the get_imageio_file_rules_colorspace_from_filepath

This commit is contained in:
Kayla Man 2023-12-06 18:32:27 +08:00
parent f15c218d65
commit d9d1242eaf

View file

@ -286,7 +286,7 @@ class FileNodeLoader(load.LoaderPlugin):
path = get_representation_path_from_context(context)
colorspace = get_imageio_colorspace_from_filepath(
path=path,
filepath=path,
host_name=host_name,
project_name=project_name,
config_data=config_data,