diff --git a/openpype/pipeline/colorspace.py b/openpype/pipeline/colorspace.py index bda14d275d..3f2d4891c1 100644 --- a/openpype/pipeline/colorspace.py +++ b/openpype/pipeline/colorspace.py @@ -240,7 +240,7 @@ def compatibility_check(): """Making sure PyOpenColorIO is importable""" try: import PyOpenColorIO # noqa: F401 - except (ImportError, ModuleNotFoundError): + except ImportError: return False return True