[CalendarServer-changes] [4032] CalendarServer/branches/users/sagen/mo-cache-4014/twistedcaldav/ memcacheprops.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 17 13:15:21 PDT 2009


Revision: 4032
          http://trac.macosforge.org/projects/calendarserver/changeset/4032
Author:   sagen at apple.com
Date:     2009-04-17 13:15:20 -0700 (Fri, 17 Apr 2009)
Log Message:
-----------
Typo

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/mo-cache-4014/twistedcaldav/memcacheprops.py

Modified: CalendarServer/branches/users/sagen/mo-cache-4014/twistedcaldav/memcacheprops.py
===================================================================
--- CalendarServer/branches/users/sagen/mo-cache-4014/twistedcaldav/memcacheprops.py	2009-04-17 20:07:26 UTC (rev 4031)
+++ CalendarServer/branches/users/sagen/mo-cache-4014/twistedcaldav/memcacheprops.py	2009-04-17 20:15:20 UTC (rev 4032)
@@ -238,7 +238,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/08e92f9b/attachment.html>


More information about the calendarserver-changes mailing list