[CalendarServer-changes] [10092] CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/ datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 27 17:24:12 PST 2012


Revision: 10092
          http://trac.calendarserver.org//changeset/10092
Author:   gaya at apple.com
Date:     2012-11-27 17:24:12 -0800 (Tue, 27 Nov 2012)
Log Message:
-----------
add missing yield

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/sql.py

Modified: CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/sql.py	2012-11-27 23:18:39 UTC (rev 10091)
+++ CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/sql.py	2012-11-28 01:24:12 UTC (rev 10092)
@@ -403,7 +403,7 @@
         if ownerGroup:
             # convert delete in shared group to remove of member only part 2
             ownerAddressBook = yield self.ownerAddressBook()
-            self._changeAddressBookRevision(ownerAddressBook)
+            yield self._changeAddressBookRevision(ownerAddressBook)
         else:
             yield super(AddressBookObject, self).remove()
             self._kind = None
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121127/d2b137ff/attachment.html>


More information about the calendarserver-changes mailing list