From 5ce8c20333b30452cb908a52185da78f0675233f Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 29 Sep 2020 22:26:40 +0000 Subject: Fixed some selection processes. --- archinstall/lib/user_interaction.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archinstall') diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py index 905962c9..2a797490 100644 --- a/archinstall/lib/user_interaction.py +++ b/archinstall/lib/user_interaction.py @@ -1,6 +1,9 @@ from .exceptions import * from .locale_helpers import search_keyboard_layout +## TODO: Some inconsistencies between the selection processes. +## Some return the keys from the options, some the values? + def select_disk(dict_o_disks): drives = sorted(list(dict_o_disks.keys())) if len(drives) >= 1: -- cgit v1.2.3-54-g00ecf