Commit 4c33853
committed
fix: ensure ci artifacts are present when using devtool sandbox
Without ensure_ci_artifacts called inside cmd_sandbox, you will see an
index out of bounds errors during set up of the argument parser, since
build/img will be an empty directory (e.g. there are no kernels to
select, and the -1 index will be out of bounds).
Reported-by: Jack Thomson <[email protected]>
Signed-off-by: Patrick Roy <[email protected]>1 parent 63ea863 commit 4c33853
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
890 | 890 | | |
891 | 891 | | |
892 | 892 | | |
| 893 | + | |
893 | 894 | | |
894 | 895 | | |
895 | 896 | | |
| |||
0 commit comments