index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | correctmost <134317971+correctmost@users.noreply.github.com> | 2024-04-23 21:32:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 07:32:57 +1000 |
commit | bf368a94f59ba1d1d5c2df9450c086f1e6ed4020 (patch) | |
tree | 0786bf3b2c7f2a5152baf9e2998a6ca89ac347e6 | |
parent | 473074a94519189afbfc11ee28c1dfe89ec0c7df (diff) |
-rw-r--r-- | archinstall/lib/disk/device_model.py | 2 |
diff --git a/archinstall/lib/disk/device_model.py b/archinstall/lib/disk/device_model.py index 5736b423..bf9df44e 100644 --- a/archinstall/lib/disk/device_model.py +++ b/archinstall/lib/disk/device_model.py @@ -451,7 +451,7 @@ class _DeviceInfo: elif device.type in parted.devices: device_type = parted.devices[device.type] else: - debug(f'Device code not unknown: {device.type}') + debug(f'Device code unknown: {device.type}') device_type = parted.devices[parted.DEVICE_UNKNOWN] sector_size = SectorSize(device.sectorSize, Unit.B) |