summaryrefslogtreecommitdiffhomepage
path: root/gbp/notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/notifications.py')
-rw-r--r--gbp/notifications.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/notifications.py b/gbp/notifications.py
index 9b2f1613..d71f8164 100644
--- a/gbp/notifications.py
+++ b/gbp/notifications.py
@@ -52,7 +52,7 @@ def send_notification(summary, msg):
try:
if not n.show():
return False
- except:
+ except Exception:
return False
return True