mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
Updated pylint for v1.5.1
Fixed WA for the latest version of pylint (1.5.1)
This commit is contained in:
@@ -119,10 +119,7 @@ class Spec2000(Workload):
|
||||
# (also more than just summary/non-summary classification?)
|
||||
class _SPECSummaryMetrics(object):
|
||||
def __contains__(self, item):
|
||||
if item.endswith('_real'):
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
return item.endswith('_real')
|
||||
|
||||
asset_file = 'spec2000-assets.tar.gz'
|
||||
|
||||
@@ -351,4 +348,3 @@ class CommandSpec(object):
|
||||
self.datadir = None
|
||||
self.command = None
|
||||
self.threads = None
|
||||
|
||||
|
Reference in New Issue
Block a user