mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	csvproc: Whitespace
This commit is contained in:
		
				
					committed by
					
						
						setrofim
					
				
			
			
				
	
			
			
			
						parent
						
							bf14242c74
						
					
				
				
					commit
					b88004be94
				
			@@ -81,7 +81,7 @@ class CsvReportProcessor(ResultProcessor):
 | 
			
		||||
                header = [o.id, o.label, o.iteration]
 | 
			
		||||
                for metric in o.result.metrics:
 | 
			
		||||
                    row = (header + [metric.name] +
 | 
			
		||||
                           [str(metric.classifiers.get(c, '')) 
 | 
			
		||||
                           [str(metric.classifiers.get(c, ''))
 | 
			
		||||
                            for c in extra_columns] +
 | 
			
		||||
                           [str(metric.value), metric.units or ''])
 | 
			
		||||
                    writer.writerow(row)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user