Add more type hints, fix some type errors, and clean up some strings
Merged
Add more type hints, fix some type errors, and clean up some strings
newbyte/mount-fix
into
master
All threads resolved!
All threads resolved!
Compare changes
- Newbyte authored
+ 6
− 4
@@ -7,7 +7,7 @@ from pmb.core import Chroot
@@ -23,7 +23,9 @@ def ismount(folder: Path):
@@ -52,7 +54,7 @@ def bind(source: Path, destination: Path, create_folders=True, umount=False):
@@ -93,7 +95,7 @@ def umount_all_list(prefix: Path, source: Path = Path("/proc/mounts")) -> list[P