From a9740f37a26444b9d95c8e36763e37a660660c50 Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Fri, 3 Nov 2017 13:41:04 +0000 Subject: [PATCH] csvproc: Typo --- wa/processors/csvproc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/processors/csvproc.py b/wa/processors/csvproc.py index e1824e2d..28a30938 100644 --- a/wa/processors/csvproc.py +++ b/wa/processors/csvproc.py @@ -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