1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 02:01:16 +00:00
Brendan Jackman b4a608da95 energy_measurement: Check for failure of Instrument::get_data
Devlib's get_data API can return None when something goes wrong -
this currently results in us attempting to add a non-existent
artifact.

To avoid this confusion, check and use the return value from
get_data, instead of assuming that it will write data to its
'outfile' parameter.
2017-10-09 16:17:02 +01:00
..
2017-09-29 09:48:25 +01:00
2017-09-27 10:32:41 +01:00
2017-03-22 15:14:44 +00:00
2017-09-29 09:48:25 +01:00
2017-10-06 14:51:50 +01:00