# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1231865869 -3600 # Node ID cce260264122c84e606074c26b1339e403772120 # Parent 1cc99ab21304802f066435e3349a15739fa7c161 catch Exception in case there is some unexepected selector bug diff -r 1cc99ab21304 -r cce260264122 cwvreg.py --- 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: