mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-30 12:13:36 +01:00
wa: pep8 fixes
This commit is contained in:
wa
commands
framework
target
instruments
output_processors
utils
workloads
antutu
apache.pyapplaunch
deepbench
dhrystone
exoplayer
geekbench
hwuitest
jankbench
lmbench
mongoperf
recentfling
@ -57,7 +57,7 @@ class LogcatParser(object):
|
||||
if event:
|
||||
yield event
|
||||
|
||||
def parse_line(self, line): #pylint: disable=no-self-use
|
||||
def parse_line(self, line): # pylint: disable=no-self-use
|
||||
line = line.strip()
|
||||
if not line or line.startswith('-') or ': ' not in line:
|
||||
return None
|
||||
|
Reference in New Issue
Block a user