cubicweb/pyramid/core.py
changeset 12225 a8ed10f80a85
parent 12043 b8d2e6b9f548
child 12349 7e670235174f
child 12355 c703dc95c82e
--- a/cubicweb/pyramid/core.py	Mon Oct 30 09:28:52 2017 +0100
+++ b/cubicweb/pyramid/core.py	Mon Oct 30 09:32:26 2017 +0100
@@ -369,7 +369,7 @@
     try:
         session = repo_connect(request, repo, eid=login)
         request._cw_cached_session = session
-    except:
+    except Exception:
         log.exception("Failed")
         raise