1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/commands
Sergei Trofimov 0c1e01cad4 run command: more usefull error message when specifying non-existing agenda path
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.
2016-02-29 17:26:29 +00:00
..
templates Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
create.py wa create workload: better error reporting 2015-08-11 16:59:25 +01:00
list.py list command: adding --packaged-only option 2015-09-22 08:41:53 +01:00
record.py pep8 2016-01-27 17:15:44 +00:00
run.py run command: more usefull error message when specifying non-existing agenda path 2016-02-29 17:26:29 +00:00
show.py cleaning up initialize() 2015-06-18 09:30:38 +01:00