We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd9232 commit 1945973Copy full SHA for 1945973
1 file changed
archinstall/lib/models/device_model.py
@@ -1615,7 +1615,7 @@ class LsblkInfo(BaseModel):
1615
fsver: str | None
1616
fsavail: int | None
1617
fsuse_percentage: str | None = Field(alias='fsuse%')
1618
- type: str
+ type: str | None # may be None for strange behavior with md devices
1619
mountpoint: Path | None
1620
mountpoints: list[Path]
1621
fsroots: list[Path]
0 commit comments