index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-02-07 18:57:47 +0100 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-02-07 18:57:47 +0100 |
commit | d184777a1b8a2cccddf6127d8ea7ce5a38d509f1 (patch) | |
tree | 0816f765d02552ce7283ed5c8bb2a65cbd95be22 /archinstall | |
parent | 4349512ef3f24c48c1c0903064d518e44c11101b (diff) |
-rw-r--r-- | archinstall/lib/disk.py | 2 |
diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py index 5a2857f3..52afffcf 100644 --- a/archinstall/lib/disk.py +++ b/archinstall/lib/disk.py @@ -18,7 +18,7 @@ class BlockDevice(): if not info: # If we don't give any information, we need to auto-fill it. # Otherwise any subsequent usage will break. - info = all_disks().get(path, {}) + info = all_disks()[path].info self.path = path self.info = info |