Skip to content

Commit 1fabca4

Browse files
clearer message
1 parent 9492ce6 commit 1fabca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/trytond.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from trytond.exceptions import TrytonException # type: ignore
99
from trytond.wsgi import app # type: ignore
1010
except ImportError:
11-
raise DidNotEnable("Trytond not installed.")
11+
raise DidNotEnable("Trytond is not installed.")
1212

1313
# TODO: trytond-worker, trytond-cron and trytond-admin intergations
1414

0 commit comments

Comments
 (0)