mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 12:28:44 +00:00
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.