mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Use more generic except
This commit is contained in:
parent
1f716ce103
commit
2cf4b0d119
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import qtawesome
|
|||
|
||||
try:
|
||||
import markdown
|
||||
except (ImportError, SyntaxError, TypeError):
|
||||
except Exception:
|
||||
markdown = None
|
||||
|
||||
from ayon_core.style import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue