mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-09 14:52:34 +01:00
wa: pep8 fixes
This commit is contained in:
@@ -88,7 +88,7 @@ class CpuStatesProcessor(OutputProcessor):
|
||||
def initialize(self):
|
||||
self.iteration_reports = OrderedDict()
|
||||
|
||||
def process_job_output(self, output, target_info, run_output): #pylint: disable=unused-argument
|
||||
def process_job_output(self, output, target_info, run_output): # pylint: disable=unused-argument
|
||||
trace_file = output.get_artifact_path('trace-cmd-txt')
|
||||
if not trace_file:
|
||||
self.logger.warning('Text trace does not appear to have been generated; skipping this iteration.')
|
||||
@@ -110,7 +110,7 @@ class CpuStatesProcessor(OutputProcessor):
|
||||
iteration_id = (output.id, output.label, output.iteration)
|
||||
self.iteration_reports[iteration_id] = reports
|
||||
|
||||
#pylint: disable=too-many-locals,unused-argument
|
||||
# pylint: disable=too-many-locals,unused-argument
|
||||
def process_run_output(self, output, target_info):
|
||||
if not self.iteration_reports:
|
||||
self.logger.warning('No power state reports generated.')
|
||||
|
Reference in New Issue
Block a user