mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
aep: fix variable typo
something wrong has happened when preparing the patch to add arm-probe AEP support Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
This commit is contained in:
parent
723b24306b
commit
06fc361f47
@ -185,7 +185,7 @@ class ArmEnergyProbeBackend(EnergyInstrumentBackend):
|
||||
device key is arbitrary.
|
||||
"""
|
||||
|
||||
shutil.copy(self.config_file, metadirr)
|
||||
shutil.copy(self.config_file, metadir)
|
||||
|
||||
return {None: self.instrument(target, **kwargs)}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user