index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-27 10:43:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 10:43:35 +0000 |
commit | 831f5e4eaf66f6f1a2aed04932af064ce9314dd4 (patch) | |
tree | 9eea4eee861f252a154a95f4579d604021bfcaae /archinstall/lib/user_interaction.py | |
parent | 1f6094ea594785cae105d34b8c0e4bbc6fb71927 (diff) | |
parent | 2762144e32413ee8d6df433d31bc7b096d11e700 (diff) |
-rw-r--r-- | archinstall/lib/user_interaction.py | 2 |
diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py index 70ff7a1e..e38f5311 100644 --- a/archinstall/lib/user_interaction.py +++ b/archinstall/lib/user_interaction.py @@ -230,6 +230,8 @@ def generic_select(options, input_text="Select one of the above by index or abso 1: first 2: second 3: third option + + it will return the selected text. """ if type(options) == dict: options = list(options) |