keep consistency in returning types

This commit is contained in:
Jakub Jezek 2023-04-20 22:09:48 +02:00
parent 23105fcf90
commit b66aaf2bdf
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -363,7 +363,7 @@ def get_imageio_config(
"Colorspace management for host '{}' is disabled.".format(
host_name)
)
return False
return {}
config_host = imageio_host.get("ocio_config", {})