1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 11:22:41 +01:00

wa/commands: pep8 fixes

This commit is contained in:
Marc Bonnici
2018-07-03 14:30:04 +01:00
parent 6afd710bd1
commit c6ec7af665
5 changed files with 17 additions and 11 deletions

View File

@@ -231,6 +231,7 @@ class RecordCommand(Command):
return output_path, file_name
class ReplayCommand(Command):
name = 'replay'