[CalendarServer-changes] [13040] CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools /resources.py
source_changes at macosforge.org
source_changes at macosforge.org
Fri Mar 28 18:32:37 PDT 2014
Revision: 13040
http://trac.calendarserver.org//changeset/13040
Author: sagen at apple.com
Date: 2014-03-28 18:32:37 -0700 (Fri, 28 Mar 2014)
Log Message:
-----------
yield
Modified Paths:
--------------
CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools/resources.py
Modified: CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools/resources.py
===================================================================
--- CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools/resources.py 2014-03-29 01:32:26 UTC (rev 13039)
+++ CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools/resources.py 2014-03-29 01:32:37 UTC (rev 13040)
@@ -226,7 +226,7 @@
if guid and fullName:
if not recordName:
recordName = guid
- record = destService.recordWithGUID(guid)
+ record = yield destService.recordWithGUID(guid)
if record is None:
if verbose:
print("Migrating %s (%s)" % (fullName, recordType))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140328/c376f1dd/attachment-0001.html>
More information about the calendarserver-changes
mailing list