mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	commands/list: add blank line at the end
This commit is contained in:
		
				
					committed by
					
						 setrofim
						setrofim
					
				
			
			
				
	
			
			
			
						parent
						
							0d0bfdf6c7
						
					
				
				
					commit
					bab5f89283
				
			| @@ -72,6 +72,7 @@ def list_targets(): | ||||
|     for target in targets: | ||||
|         output.add_item(target.description or '', target.name) | ||||
|     print(output.format_data()) | ||||
|     print('') | ||||
|  | ||||
|  | ||||
| def list_plugins(args, filters): | ||||
| @@ -97,6 +98,8 @@ def list_plugins(args, filters): | ||||
|             output.add_item(get_summary(result), result.name) | ||||
|         print(output.format_data()) | ||||
|  | ||||
|     print('') | ||||
|  | ||||
|  | ||||
| def check_platform(plugin, platform): | ||||
|     supported_platforms = getattr(plugin, 'supported_platforms', []) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user