We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dbeae commit a8c1bbdCopy full SHA for a8c1bbd
sentry_sdk/integrations/excepthook.py
@@ -13,7 +13,7 @@ def __init__(self):
13
pass
14
15
def install(self, client):
16
- if hasattr(sys, 'ps1'):
+ if hasattr(sys, "ps1"):
17
# Disable the excepthook for interactive Python shells, otherwise
18
# every typo gets sent to Sentry.
19
return
0 commit comments