[CalendarServer-changes] [4704] CalendarServer/branches/more-deferreds-4/twistedcaldav/method/ put_common.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 4 15:58:10 PST 2009


Revision: 4704
          http://trac.macosforge.org/projects/calendarserver/changeset/4704
Author:   glyph at apple.com
Date:     2009-11-04 15:58:08 -0800 (Wed, 04 Nov 2009)
Log Message:
-----------
augh.  no, don't re-raise a _DefGen_Return if one happens to be on the stack above you.

Modified Paths:
--------------
    CalendarServer/branches/more-deferreds-4/twistedcaldav/method/put_common.py

Modified: CalendarServer/branches/more-deferreds-4/twistedcaldav/method/put_common.py
===================================================================
--- CalendarServer/branches/more-deferreds-4/twistedcaldav/method/put_common.py	2009-11-04 18:56:32 UTC (rev 4703)
+++ CalendarServer/branches/more-deferreds-4/twistedcaldav/method/put_common.py	2009-11-04 23:58:08 UTC (rev 4704)
@@ -1135,4 +1135,4 @@
                         NumberOfRecurrencesWithinLimits(PCDATAElement(str(err.max_allowed)))
                     ))
             else:
-                raise
+                raise err
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091104/29c6e54b/attachment-0001.html>


More information about the calendarserver-changes mailing list