web/application.py
branchstable
changeset 6273 8dbdd4cc7938
parent 6272 bb546568e466
child 6279 42079f752a9c
child 6318 de6264ac7c50
--- a/web/application.py	Thu Sep 16 18:39:16 2010 +0200
+++ b/web/application.py	Thu Sep 16 18:39:35 2010 +0200
@@ -434,6 +434,7 @@
             except:
                 self.critical('Catch all triggered!!!')
                 self.exception('this is what happened')
+                result = 'oops'
         finally:
             if req.cnx and not commited:
                 try: