mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	wa/commands: Fix typo in create templates
This commit is contained in:
		| @@ -17,7 +17,7 @@ class ${class_name}(ApkReventWorkload): | ||||
|  | ||||
|     def __init__(self, target, **kwargs): | ||||
|         super(${class_name}, self).__init__(target, **kwargs) | ||||
|         # Define any additional attiributes required for the workload | ||||
|         # Define any additional attributes required for the workload | ||||
|  | ||||
|     def init_resources(self, context): | ||||
|         super(${class_name}, self).init_resources(context) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user