Commit b55011d
committed
boot-qemu.py: Use unpacking instead of concatentation
Clears up ruff warning:
boot-qemu.py:700:23: RUF005 [*] Consider `[qemu, *qemu_args]` instead of concatenation
Signed-off-by: Nathan Chancellor <nathan@kernel.org>1 parent a23ded7 commit b55011d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
697 | | - | |
| 697 | + | |
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
| |||
0 commit comments