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/remote_control.py')
-rw-r--r--src/remote_control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote_control.py b/src/remote_control.py
index cfaa04f3c..62d3f8b68 100644
--- a/src/remote_control.py
+++ b/src/remote_control.py
@@ -332,7 +332,7 @@ class SignalObject(dbus.service.Object):
jid = self._get_real_jid(jid, account)
try:
jid = helpers.parse_jid(jid)
- except:
+ except Exception:
# Jid is not conform, ignore it
return DBUS_BOOLEAN(False)