From 6bcf514ba284bedcac25d5bd8ef9aa1c43fc5e14 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 7 May 2025 17:22:21 +0200 Subject: [PATCH] add TypeError to avoid typehint issues --- client/ayon_core/tools/utils/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/tools/utils/widgets.py b/client/ayon_core/tools/utils/widgets.py index a95f34006b..a19b0a8966 100644 --- a/client/ayon_core/tools/utils/widgets.py +++ b/client/ayon_core/tools/utils/widgets.py @@ -8,7 +8,7 @@ import qtawesome try: import markdown -except (ImportError, SyntaxError): +except (ImportError, SyntaxError, TypeError): markdown = None from ayon_core.style import (