1
0
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:
Marc Bonnici
2018-07-03 14:09:34 +01:00
parent 7f9737a844
commit 30471613de
6 changed files with 9 additions and 13 deletions

View File

@@ -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: