1
0
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:
Marc Bonnici
2018-07-03 12:33:24 +01:00
parent 1550e9a788
commit 185bff9029
9 changed files with 19 additions and 17 deletions

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