index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-07-04 15:15:21 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-07-04 15:15:21 +0200 |
commit | a53ee624ef31afe54d6a8b491d9ea204d7ee3cb3 (patch) | |
tree | 8aaa1376de60319bc44385522077743fb2a73d7e /archinstall/lib/disk.py | |
parent | f2b0fcc6524226c99e38edd3fa03a3a68af33738 (diff) |
-rw-r--r-- | archinstall/lib/disk.py | 1 |
diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py index 99e6da19..d6f6ebde 100644 --- a/archinstall/lib/disk.py +++ b/archinstall/lib/disk.py @@ -395,7 +395,6 @@ class BlockDevice: for partition in self: if partition.uuid == uuid: return partition - print('Returning False on get_partition()') class Partition: |