diff -r 85df38eb4012 -r df88fead2976 buildframework/helium/sf/python/pythoncore/lib/ccm/extra.py --- 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 Thu Jul 22 17:08:43 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)