mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-18 06:16:05 +01:00
wa/utils: Fix pylint errors
This commit is contained in:
@ -266,6 +266,7 @@ class TraceCmdParser(object):
|
||||
by trace-cmd
|
||||
"""
|
||||
inside_maked_region = False
|
||||
#pylint: disable=superfluous-parens
|
||||
filters = [re.compile('^{}$'.format(e)) for e in (self.events or [])]
|
||||
filter_markers = self.filter_markers
|
||||
if filter_markers and self.check_for_markers:
|
||||
|
Reference in New Issue
Block a user