mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
tweak AbortAddonImport docstring
This commit is contained in:
parent
2d48479f4f
commit
5d67265658
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ from aqt.utils import (
|
||||||
|
|
||||||
|
|
||||||
class AbortAddonImport(Exception):
|
class AbortAddonImport(Exception):
|
||||||
"""Add-ons may raise this exception to abort their import"""
|
"""If raised during add-on import, Anki will silently ignore this exception.
|
||||||
|
This allows you to terminate loading without an error being shown."""
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
|
Loading…
Reference in a new issue