mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-04 12:22:41 +01:00
framework: fix pylint issues
Fix/disable checks for issues reported by pylint under wa/framework.
This commit is contained in:
committed by
Marc Bonnici
parent
9025ea32b1
commit
f74b7ae78c
@@ -122,7 +122,7 @@ class TargetManager(object):
|
||||
def _init_target(self):
|
||||
tdesc = get_target_description(self.target_name)
|
||||
|
||||
extra_plat_params={}
|
||||
extra_plat_params = {}
|
||||
if tdesc.platform is Gem5SimulationPlatform:
|
||||
extra_plat_params['host_output_dir'] = self.outdir
|
||||
|
||||
|
Reference in New Issue
Block a user