mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
csvproc: Typo
This commit is contained in:
parent
b88004be94
commit
a9740f37a2
@ -54,7 +54,7 @@ class CsvReportProcessor(ResultProcessor):
|
|||||||
|
|
||||||
def process_run_result(self, output, target_info):
|
def process_run_result(self, output, target_info):
|
||||||
self.results_so_far.append(output.result)
|
self.results_so_far.append(output.result)
|
||||||
self._write_results(self.rsults_so_far, output)
|
self._write_results(self.results_so_far, output)
|
||||||
if not self.artifact_added:
|
if not self.artifact_added:
|
||||||
output.add_artifact('run_result_csv', 'results.csv', 'export')
|
output.add_artifact('run_result_csv', 'results.csv', 'export')
|
||||||
self.artifact_added = True
|
self.artifact_added = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user