mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
0c1e01cad4
If the specified agenda argument is not found in the file system, WA assumes it is the name of a workload and would then raise an "extension not found error", which may be confusing if the user's intension was to specify a path. Now, WA will first check that neither path separator, nor a '.' are present in the agenda argument before assuming it is a workload name, and will provide a less confusing error in that case.