1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

energy_measurement: Fixup standard metrics fix

Typo'd this and seems I failed to test it
This commit is contained in:
Brendan Jackman 2017-10-11 15:26:04 +01:00
parent 4eda719130
commit 04181e5859

View File

@ -290,7 +290,7 @@ class EnergyMeasurement(Instrument):
# Append the device key to the filename and artifact name, unless
# it's None (as it will be for backends with only 1
# devce/instrument)
len(self.instruments) > 1:
if len(self.instruments) > 1:
name = 'energy_instrument_output_{}'.format(device)
else:
name = 'energy_instrument_output'