mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
global: rename typo on function name
This commit is contained in:
parent
0861f87923
commit
e2b3bcdbf6
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ from openpype.lib.log import Logger
|
|||
log = Logger.get_logger(__name__)
|
||||
|
||||
|
||||
def get_imagio_colorspace_from_filepath(
|
||||
def get_imageio_colorspace_from_filepath(
|
||||
path, host_name, project_name,
|
||||
config_data=None, file_rules=None,
|
||||
project_settings=None,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ from .lib import (
|
|||
)
|
||||
|
||||
from ..colorspace import (
|
||||
get_imagio_colorspace_from_filepath,
|
||||
get_imageio_colorspace_from_filepath,
|
||||
get_imageio_config,
|
||||
get_imageio_file_rules
|
||||
)
|
||||
|
|
@ -354,7 +354,7 @@ class ExtractorColormanaged(Extractor):
|
|||
filename))
|
||||
|
||||
# get matching colorspace from rules
|
||||
colorspace = colorspace or get_imagio_colorspace_from_filepath(
|
||||
colorspace = colorspace or get_imageio_colorspace_from_filepath(
|
||||
filename, host_name, project_name,
|
||||
config_data=config_data,
|
||||
file_rules=file_rules,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue