buildframework/helium/sf/python/pythoncore/lib/ccm/extra.py
changeset 588 c7c26511138f
parent 587 85df38eb4012
child 628 7c4a911dc066
--- a/buildframework/helium/sf/python/pythoncore/lib/ccm/extra.py	Tue Apr 27 08:33:08 2010 +0300
+++ b/buildframework/helium/sf/python/pythoncore/lib/ccm/extra.py	Wed Jun 16 16:51:40 2010 +0300
@@ -133,7 +133,7 @@
         _logger.error( "Exception occured in request #%s: %s\n%s" % (request.requestID, exc_info[1], traceback.format_exception(exc_info[0], exc_info[1], exc_info[2])))
         exceptions.append(exc_info[1])
     
-    def handle_result(result):
+    def handle_result(request, result):
         """append  the result"""
         results.append(result)