mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Update openpype/pipeline/colorspace.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
b8c7f067c3
commit
25b7d69aab
1 changed files with 1 additions and 1 deletions
|
|
@ -465,6 +465,6 @@ def _get_imageio_settings(project_settings, host_name):
|
|||
# get image io from global and host_name
|
||||
imageio_global = project_settings["global"]["imageio"]
|
||||
# host is optional, some might not have any settings
|
||||
imageio_host = project_settings[host_name].get("imageio", {})
|
||||
imageio_host = project_settings.get(host_name, {}).get("imageio", {})
|
||||
|
||||
return imageio_global, imageio_host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue