archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
5.82k stars 509 forks source link

Convert partition path string to a Path object #2514

Closed codefiles closed 1 month ago

codefiles commented 1 month ago

The type hint is for a Path object but paths from pyparted are strings.

https://github.com/archlinux/archinstall/blob/15ee84b7c9fcfa0893e5efdffd3d69ef2e3bc7b4/archinstall/lib/disk/device_model.py#L344