Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/notify.py')
-rw-r--r--src/notify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notify.py b/src/notify.py
index 8687e3584..01fa1148d 100644
--- a/src/notify.py
+++ b/src/notify.py
@@ -54,7 +54,7 @@ USER_HAS_GROWL = True
try:
import osx.growler
osx.growler.init()
-except:
+except Exception:
USER_HAS_GROWL = False
def get_show_in_roster(event, account, contact, session=None):
@@ -313,7 +313,7 @@ def notify(event, jid, account, parameters, advanced_notif_num=None):
'command')
try:
helpers.exec_command(command)
- except:
+ except Exception:
pass
def popup(event_type, jid, account, msg_type='', path_to_image=None,