mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-29 22:24:51 +00:00 
			
		
		
		
	fw/workload: Fix Typo
This commit is contained in:
		| @@ -73,7 +73,7 @@ class Workload(TargetedPlugin): | ||||
|  | ||||
|         supported_platforms = getattr(self, 'supported_platforms', []) | ||||
|         if supported_platforms and self.target.os not in supported_platforms: | ||||
|             msg = 'Supported platforms for "{}" are "{}", attemping to run on "{}"' | ||||
|             msg = 'Supported platforms for "{}" are "{}", attempting to run on "{}"' | ||||
|             raise WorkloadError(msg.format(self.name, ' '.join(self.supported_platforms), | ||||
|                                            self.target.os)) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user