Skip to content

Commit

Permalink
fix overridden
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Oct 25, 2024
1 parent 9801fd6 commit 9ce2597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/ayon_core/pipeline/colorspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ def _get_global_config_data(
}


def _is_host_ocio_enabled_n_overriden(host_name, project_settings):
def _is_host_ocio_enabled_n_overridden(host_name, project_settings):
imageio_global, imageio_host = _get_imageio_settings(
project_settings, host_name
)
Expand Down Expand Up @@ -955,7 +955,7 @@ def get_imageio_config_preset(
if not project_settings:
project_settings = get_project_settings(project_name)

is_enabled, override_global_config = _is_host_ocio_enabled_n_overriden(
is_enabled, override_global_config = _is_host_ocio_enabled_n_overridden(
host_name, project_settings
)
if not is_enabled:
Expand Down

0 comments on commit 9ce2597

Please sign in to comment.