mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	csvproc: Typo
This commit is contained in:
		
				
					committed by
					
						
						setrofim
					
				
			
			
				
	
			
			
			
						parent
						
							b88004be94
						
					
				
				
					commit
					a9740f37a2
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user