This commit is contained in:
Tobias Oberstein
2015-03-10 17:07:14 +01:00
parent c7f2d20304
commit 1cb2c7ef1e

View File

@@ -376,7 +376,7 @@ class BaseSession(object):
exc = ecls(*msg.args)
else:
exc = ecls()
except Exception as e:
except Exception:
# FIXME: log e
pass