[CalendarServer-changes] [10784] CalendarServer/trunk/twext/who/aggregate.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 21 17:35:34 PST 2013


Revision: 10784
          http://trac.calendarserver.org//changeset/10784
Author:   wsanchez at apple.com
Date:     2013-02-21 17:35:34 -0800 (Thu, 21 Feb 2013)
Log Message:
-----------
Chain takes *args.

Modified Paths:
--------------
    CalendarServer/trunk/twext/who/aggregate.py

Modified: CalendarServer/trunk/twext/who/aggregate.py
===================================================================
--- CalendarServer/trunk/twext/who/aggregate.py	2013-02-22 01:26:33 UTC (rev 10783)
+++ CalendarServer/trunk/twext/who/aggregate.py	2013-02-22 01:35:34 UTC (rev 10784)
@@ -86,6 +86,6 @@
             return f.value.subFailure
 
         d = gatherResults(ds, consumeErrors=True)
-        d.addCallback(chain)
+        d.addCallback(lambda results: chain(*results))
         d.addErrback(unwrapFirstError)
         return d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130221/137436fb/attachment.html>


More information about the calendarserver-changes mailing list