mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-03 03:42:35 +01:00
wa/output_processors: pylint fixes
This commit is contained in:
@@ -30,6 +30,7 @@ class UxperfProcessor(OutputProcessor):
|
||||
a agenda file by setting ``markers_enabled`` for the workload to ``True``.
|
||||
'''
|
||||
|
||||
#pylint: disable=too-many-locals,unused-argument
|
||||
def process_job_output(self, output, target_info, job_output):
|
||||
logcat = output.get_artifact('logcat')
|
||||
if not logcat:
|
||||
|
Reference in New Issue
Block a user