mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	csvproc: Fix process_run_output method name
This commit is contained in:
		
				
					committed by
					
						 setrofim
						setrofim
					
				
			
			
				
	
			
			
			
						parent
						
							a9740f37a2
						
					
				
				
					commit
					2c1d37fb6b
				
			| @@ -52,7 +52,7 @@ class CsvReportProcessor(ResultProcessor): | ||||
|             run_output.add_artifact('run_result_csv', 'results.csv', 'export') | ||||
|             self.artifact_added = True | ||||
|  | ||||
|     def process_run_result(self, output, target_info): | ||||
|     def process_run_output(self, output, target_info): | ||||
|         self.results_so_far.append(output.result) | ||||
|         self._write_results(self.results_so_far, output) | ||||
|         if not self.artifact_added: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user