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/common/xmpp/auth_nb.py')
-rw-r--r--src/common/xmpp/auth_nb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/xmpp/auth_nb.py b/src/common/xmpp/auth_nb.py
index 89065367c..399298452 100644
--- a/src/common/xmpp/auth_nb.py
+++ b/src/common/xmpp/auth_nb.py
@@ -174,7 +174,7 @@ class SASL(PlugIn):
self.startsasl = 'failure'
try:
reason = challenge.getChildren()[0]
- except:
+ except Exception:
reason = challenge
self.DEBUG('Failed SASL authentification: %s' % reason, 'error')
if self.on_sasl :