Update openpype/pipeline/colorspace.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Jakub Ježek 2023-06-21 14:09:29 +02:00 committed by GitHub
parent 6f8d47d36b
commit 2d1fc8e728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -375,7 +375,7 @@ def get_imageio_config(
# This is for backward compatibility.
# TODO: in future rewrite this to be more explicit
activate_host_color_management = imageio_host.get(
"activate_host_color_management", True)
"activate_host_color_management")
# TODO: remove this in future - backward compatibility
if activate_host_color_management is None: