tweak AbortAddonImport docstring

This commit is contained in:
Damien Elmes 2021-03-23 19:31:24 +10:00
parent 2d48479f4f
commit 5d67265658

View file

@ -47,7 +47,8 @@ from aqt.utils import (
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