Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen authored Oct 30, 2024
1 parent d06f7e3 commit 6652f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _get_version():

def sentry_before_send(event: Event, hint: Hint) -> Event:
# Do not log KeyboardInterrupt exceptions: they can only be triggered from
# manage.py commands in an interactive shell, intentionnally by the user.
# manage.py commands in an interactive shell, intentionally by the user.
if hint.get("exc_info", [None])[0] == KeyboardInterrupt:
return None

Expand Down

0 comments on commit 6652f62

Please sign in to comment.