index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-15 17:06:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 17:06:43 +0200 |
commit | 6eab0290ae9e9fbbc8d86368b0c36501103e64e5 (patch) | |
tree | 6ca2abc4a0dbd31e0d78865983fe0f0b8c5e561e /archinstall/lib/user_interaction.py | |
parent | c13f294ef59099368e55506e9672621d7a784c13 (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 838c69a2..df8668af 100644 --- a/archinstall/lib/user_interaction.py +++ b/archinstall/lib/user_interaction.py @@ -352,7 +352,7 @@ def select_language(options, show_only_country_codes=True): elif selected_language.isdigit() and (pos := int(selected_language)) <= len(languages)-1: selected_language = languages[pos] - return select_language + return selected_language # I'm leaving "options" on purpose here. # Since languages possibly contains a filtered version of # all possible language layouts, and we might want to write |