1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

fw/output_processor: fix typo

This commit is contained in:
Sergei Trofimov 2018-05-11 14:38:13 +01:00 committed by Marc Bonnici
parent a61bca1a54
commit 98219bbba9

View File

@ -97,7 +97,7 @@ class ProcessorManager(object):
proc.finalize()
def process_job_output(self, context):
self.do_for_each_proc('process_job_output', 'processing using "{}"',
self.do_for_each_proc('process_job_output', 'Processing using "{}"',
context.job_output, context.target_info,
context.run_output)