mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixing typo
This commit is contained in:
parent
57e8722d71
commit
8f057e79d5
1 changed files with 2 additions and 2 deletions
|
|
@ -362,8 +362,8 @@ def get_imageio_config(
|
||||||
# depending on override flag
|
# depending on override flag
|
||||||
# TODO: in future rewrite this to be more explicit
|
# TODO: in future rewrite this to be more explicit
|
||||||
config_data = None
|
config_data = None
|
||||||
override_global_rules = config_host.get("override_global_rules")
|
override_global_config = config_host.get("override_global_config")
|
||||||
if override_global_rules:
|
if override_global_config:
|
||||||
config_data = _get_config_data(
|
config_data = _get_config_data(
|
||||||
config_host["filepath"], formatting_data
|
config_host["filepath"], formatting_data
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue