1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 18:21:14 +00:00

csvproc: Typo

This commit is contained in:
Brendan Jackman 2017-11-03 13:41:04 +00:00 committed by setrofim
parent b88004be94
commit a9740f37a2

View File

@ -54,7 +54,7 @@ class CsvReportProcessor(ResultProcessor):
def process_run_result(self, output, target_info):
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:
output.add_artifact('run_result_csv', 'results.csv', 'export')
self.artifact_added = True