Add lots of type hints, fix some bugs, and clean up some code
Compare changes
+ 1
− 1
@@ -218,7 +218,7 @@ def command_qemu(args: PmbArgs, config: Config, arch: Arch, img_path, img_path_2
I may have gone a bit overboard. See individual commits.
img_path_2nd is a Path, not a str, so we can't just rely on string concatenation here. img_path_2nd is a Path as that's what create_second_storage() returns since 198f302a.