Convert partition path string to a Path object (#2514)

This commit is contained in:
codefiles 2024-05-18 18:04:48 -04:00 committed by GitHub
parent 09fdb9e80c
commit 63cfee434e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ class _PartitionInfo:
name=partition.get_name(),
type=partition_type,
fs_type=fs_type,
path=partition.path,
path=Path(partition.path),
start=start,
length=length,
flags=flags,