[CalendarServer-changes] [13580] twext/trunk/twext/who/opendirectory/_service.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 30 17:14:08 PDT 2014


Revision: 13580
          http://trac.calendarserver.org//changeset/13580
Author:   sagen at apple.com
Date:     2014-05-30 17:14:08 -0700 (Fri, 30 May 2014)
Log Message:
-----------
yield!

Modified Paths:
--------------
    twext/trunk/twext/who/opendirectory/_service.py

Modified: twext/trunk/twext/who/opendirectory/_service.py
===================================================================
--- twext/trunk/twext/who/opendirectory/_service.py	2014-05-30 19:51:37 UTC (rev 13579)
+++ twext/trunk/twext/who/opendirectory/_service.py	2014-05-31 00:14:08 UTC (rev 13580)
@@ -719,8 +719,10 @@
 
         except QueryNotSupportedError:
             returnValue(
-                BaseDirectoryService.recordsFromCompoundExpression(
-                    self, expression
+                (
+                    yield BaseDirectoryService.recordsFromCompoundExpression(
+                        self, expression
+                    )
                 )
             )
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140530/64c2f2bd/attachment.html>


More information about the calendarserver-changes mailing list