mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-20 01:30:58 +01:00
fw/output_processor: fix typo
This commit is contained in:
parent
a61bca1a54
commit
98219bbba9
@ -97,7 +97,7 @@ class ProcessorManager(object):
|
|||||||
proc.finalize()
|
proc.finalize()
|
||||||
|
|
||||||
def process_job_output(self, context):
|
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.job_output, context.target_info,
|
||||||
context.run_output)
|
context.run_output)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user