r5479 - trunk/cumin/python/cumin

tmckay at fedoraproject.org tmckay at fedoraproject.org
Wed Sep 26 20:56:35 UTC 2012


Author: tmckay
Date: 2012-09-26 20:56:34 +0000 (Wed, 26 Sep 2012)
New Revision: 5479

Modified:
   trunk/cumin/python/cumin/widgets.py
Log:
Missed a line during patch merge


Modified: trunk/cumin/python/cumin/widgets.py
===================================================================
--- trunk/cumin/python/cumin/widgets.py	2012-09-26 19:16:23 UTC (rev 5478)
+++ trunk/cumin/python/cumin/widgets.py	2012-09-26 20:56:34 UTC (rev 5479)
@@ -1376,6 +1376,7 @@
         # notice instead of using the standard templates. Test for presence
         # on the main page already to avoid any possibility of an infinite
         # redirect loop.
+        cls, value, traceback = sys.exc_info()
         mainpage = self.lookup_mainpage(session)
         if session.request_environment["REQUEST_URI"] != mainpage:
             if cls is RosemaryNotFound:



More information about the cumin-developers mailing list