cwvreg.py
changeset 395 cce260264122
parent 355 89ad20af9e4c
child 631 99f5852f8604
child 1123 a8e2838f174a
--- a/cwvreg.py	Tue Jan 13 17:57:19 2009 +0100
+++ b/cwvreg.py	Tue Jan 13 17:57:49 2009 +0100
@@ -201,7 +201,10 @@
                     yield view
             except NoSelectableObject:
                 continue
-            
+            except Exception:
+                self.exception('error while trying to list possible %s views for %s',
+                               vid, rset)
+                
     def select_box(self, oid, *args, **kwargs):
         """return the most specific view according to the result set"""
         try: