Commit 55adeb2
committed
utils.py: Fix joining possible_files in find_first_file()
Fix the following backtrace:
Traceback (most recent call last):
File ".../boot-qemu.py", line 870, in <module>
launch_qemu(config)
File ".../boot-qemu.py", line 770, in launch_qemu
virtiofsd = utils.find_first_file(qemu_prefix, virtiofsd_locations)
File ".../utils.py", line 52, in find_first_file
f"No files from list ('{', '.join(possible_files)}') could be found within '{relative_root}'!"
TypeError: sequence item 0: expected str instance, PosixPath found
Signed-off-by: Nathan Chancellor <nathan@kernel.org>1 parent 01d7592 commit 55adeb2
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | | - | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments