Commit a7a1c4a
committed
boot-qemu.py: Use .open() with pathlib object
Clears up ruff warning:
boot-qemu.py:211:14: PTH123 `open("foo")` should be replaced by `Path("foo").open()`
Signed-off-by: Nathan Chancellor <nathan@kernel.org>1 parent bdd0ce4 commit a7a1c4a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments