[CalendarServer-changes] [12918] CalendarServer/branches/users/sagen/move2who-4/txdav/caldav/ datastore/scheduling/implicit.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 14 17:50:22 PDT 2014


Revision: 12918
          http://trac.calendarserver.org//changeset/12918
Author:   wsanchez at apple.com
Date:     2014-03-14 17:50:22 -0700 (Fri, 14 Mar 2014)
Log Message:
-----------
Missing yield

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/move2who-4/txdav/caldav/datastore/scheduling/implicit.py

Modified: CalendarServer/branches/users/sagen/move2who-4/txdav/caldav/datastore/scheduling/implicit.py
===================================================================
--- CalendarServer/branches/users/sagen/move2who-4/txdav/caldav/datastore/scheduling/implicit.py	2014-03-15 00:50:02 UTC (rev 12917)
+++ CalendarServer/branches/users/sagen/move2who-4/txdav/caldav/datastore/scheduling/implicit.py	2014-03-15 00:50:22 UTC (rev 12918)
@@ -795,7 +795,7 @@
             if checkOrganizerValue:
                 def _normalizeCUAddress(addr):
                     if not addr.startswith("urn:uuid"):
-                        principal = self.calendar_home.directoryService().recordWithCalendarUserAddress(addr)
+                        principal = yield self.calendar_home.directoryService().recordWithCalendarUserAddress(addr)
                         if principal is not None:
                             addr = principal.canonicalCalendarUserAddress()
                     return addr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140314/cb092219/attachment.html>


More information about the calendarserver-changes mailing list