mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-18 14:26:09 +01:00
wa/utils: Fix pylint errors
This commit is contained in:
@ -57,7 +57,7 @@ class LogcatParser(object):
|
||||
if event:
|
||||
yield event
|
||||
|
||||
def parse_line(self, line):
|
||||
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