Use more generic except

This commit is contained in:
Jakub Trllo 2025-05-22 17:12:09 +02:00
parent 1f716ce103
commit 2cf4b0d119

View file

@ -8,7 +8,7 @@ import qtawesome
try:
import markdown
except (ImportError, SyntaxError, TypeError):
except Exception:
markdown = None
from ayon_core.style import (