We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9492ce6 commit 1fabca4Copy full SHA for 1fabca4
1 file changed
sentry_sdk/integrations/trytond.py
@@ -8,7 +8,7 @@
8
from trytond.exceptions import TrytonException # type: ignore
9
from trytond.wsgi import app # type: ignore
10
except ImportError:
11
- raise DidNotEnable("Trytond not installed.")
+ raise DidNotEnable("Trytond is not installed.")
12
13
# TODO: trytond-worker, trytond-cron and trytond-admin intergations
14
0 commit comments