[CalendarServer-changes] [9618] CalendarServer/branches/users/glyph/q

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:54:56 PDT 2012


Revision: 9618
          http://trac.macosforge.org/projects/calendarserver/changeset/9618
Author:   glyph at apple.com
Date:     2012-08-11 01:54:56 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
unbreak pretty much everything that calls this

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q/twext/enterprise/dal/syntax.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/q/

Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/dal/syntax.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/dal/syntax.py	2012-08-11 08:54:55 UTC (rev 9617)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/syntax.py	2012-08-11 08:54:56 UTC (rev 9618)
@@ -1516,7 +1516,7 @@
                             ).on(txn, *a, **kw))
             returnValue(result)
         else:
-            returnValue(upcall())
+            returnValue((yield upcall()))
 
 
     def _toSQL(self, queryGenerator):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/514c0e24/attachment-0001.html>


More information about the calendarserver-changes mailing list