app/soc/views/helper/access.py
changeset 2101 d6250eac3ab0
parent 2077 fd2e83a297c7
child 2112 9a2c9354468c
--- a/app/soc/views/helper/access.py	Mon Apr 06 22:02:16 2009 +0000
+++ b/app/soc/views/helper/access.py	Mon Apr 06 22:53:47 2009 +0000
@@ -445,7 +445,7 @@
     checks raised is reraised.
     """
 
-    first = Exception()
+    first = None
 
     for checker_name, args in checks:
       try: