mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00: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