[CalendarServer-changes] [244] CalendarServer/trunk/twistedcaldav/repository.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 14:41:31 PDT 2006


Revision: 244
          http://trac.macosforge.org/projects/calendarserver/changeset/244
Author:   wsanchez at apple.com
Date:     2006-10-04 14:41:31 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
Log for all exceptions from namedObject()

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/repository.py

Modified: CalendarServer/trunk/twistedcaldav/repository.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/repository.py	2006-10-04 21:09:51 UTC (rev 243)
+++ CalendarServer/trunk/twistedcaldav/repository.py	2006-10-04 21:41:31 UTC (rev 244)
@@ -397,7 +397,7 @@
 
         try:
             resource_class = namedObject(self.pytype)
-        except (ImportError, AttributeError):
+        except:
             log.err("Unable to locate Python class %r" % (self.pytype,))
             raise
         kwargs = {}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061004/afdd2c69/attachment.html


More information about the calendarserver-changes mailing list