mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
b4a608da95
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.