1
0
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:
Vincent Guittot 2018-03-29 20:37:40 +02:00 committed by setrofim
parent 723b24306b
commit 06fc361f47

View File

@ -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)}