Fix typo in runner output
[yardstick.git] / yardstick / benchmark / runners / arithmetic.py
index f73d1cd..bae40eb 100755 (executable)
@@ -82,7 +82,7 @@ def _worker_process(queue, cls, method_name, context, scenario_args):
             'errors': errors
         }
 
-        queue.put({'context': record_context, 'sargs:': scenario_args,
+        queue.put({'context': record_context, 'sargs': scenario_args,
                    'benchmark': benchmark_output})
 
         LOG.debug("runner=%(runner)s seq=%(sequence)s END" %