mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-04 20:32:36 +01:00
wa/commands: Fix typo in create templates
This commit is contained in:
@@ -17,7 +17,7 @@ class ${class_name}(UiautoWorkload):
|
||||
|
||||
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