--- 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: