Commit 4d004f3
committed
boot-qemu.py: Combine an else + if into elif
As recently pointed out by ruff:
boot-qemu.py:684:9: PLR5501 Consider using `elif` instead of `else` then `if` to remove one indentation level
Signed-off-by: Nathan Chancellor <nathan@kernel.org>1 parent a5ecf73 commit 4d004f3
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | | - | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
686 | 685 | | |
687 | 686 | | |
688 | 687 | | |
| |||
0 commit comments