Update partition flags value (#3006)
This commit is contained in:
parent
0a9fae2e57
commit
19a0d49509
|
|
@ -435,7 +435,7 @@ class _PartitionInfo:
|
||||||
'Start': self.start.format_size(Unit.sectors, self.sector_size, include_unit=False),
|
'Start': self.start.format_size(Unit.sectors, self.sector_size, include_unit=False),
|
||||||
'End': end.format_size(Unit.sectors, self.sector_size, include_unit=False),
|
'End': end.format_size(Unit.sectors, self.sector_size, include_unit=False),
|
||||||
'Size': self.length.format_highest(),
|
'Size': self.length.format_highest(),
|
||||||
'Flags': ', '.join([f.name for f in self.flags])
|
'Flags': ', '.join([f.description for f in self.flags])
|
||||||
}
|
}
|
||||||
|
|
||||||
if self.btrfs_subvol_infos:
|
if self.btrfs_subvol_infos:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue