[CalendarServer-changes] [4030] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/ memcacheprops.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 17 12:30:36 PDT 2009


Revision: 4030
          http://trac.macosforge.org/projects/calendarserver/changeset/4030
Author:   cdaboo at apple.com
Date:     2009-04-17 12:30:35 -0700 (Fri, 17 Apr 2009)
Log Message:
-----------
Fix error causing caches to be lost and updates to properties as well.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/memcacheprops.py

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/memcacheprops.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/memcacheprops.py	2009-04-16 22:03:03 UTC (rev 4029)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/memcacheprops.py	2009-04-17 19:30:35 UTC (rev 4030)
@@ -92,7 +92,7 @@
         propertyCache = self.propertyCache()
 
         try:
-            childCache, token = propertyCache["key"]
+            childCache, token = propertyCache[key]
         except KeyError:
             self.log_debug("No child property cache for %s" % (child,))
             childCache, token = ({}, None)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090417/c04651bd/attachment.html>


More information about the calendarserver-changes mailing list