mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
energy_measurement: Fixup standard metrics fix
Typo'd this and seems I failed to test it
This commit is contained in:
parent
4eda719130
commit
04181e5859
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user