[CalendarServer-changes] [4688] CalendarServer/branches/more-deferreds-4/twistedcaldav/static.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 2 08:26:28 PST 2009


Revision: 4688
          http://trac.macosforge.org/projects/calendarserver/changeset/4688
Author:   glyph at apple.com
Date:     2009-11-02 08:26:25 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------


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

Modified: CalendarServer/branches/more-deferreds-4/twistedcaldav/static.py
===================================================================
--- CalendarServer/branches/more-deferreds-4/twistedcaldav/static.py	2009-11-02 14:52:25 UTC (rev 4687)
+++ CalendarServer/branches/more-deferreds-4/twistedcaldav/static.py	2009-11-02 16:26:25 UTC (rev 4688)
@@ -400,7 +400,7 @@
 
         similar = yield maybeDeferred(super(CalDAVFile, self).createSimilarFile, path)
 
-        if isCalendarCollectionResource(self):
+        if (yield isCalendarCollectionResource(self)):
 
             # Short-circuit stat with information we know to be true at this point
             if isinstance(path, FilePath) and hasattr(self, "knownChildren"):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091102/8c9e07e5/attachment.html>


More information about the calendarserver-changes mailing list