Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/user_interaction.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2021-04-14 13:21:15 +0200
committerGitHub <noreply@github.com>2021-04-14 13:21:15 +0200
commit3f101be225d2ee282a4a6942fb6263f335911404 (patch)
treed4f3882d17e923a20bb6d80e272fcc7e07d3bd62 /archinstall/lib/user_interaction.py
parent12b43f443bc128bb1eb3f53484eaf4449bd7d4d4 (diff)
Increased margin to facilitate error output
Diffstat (limited to 'archinstall/lib/user_interaction.py')
-rw-r--r--archinstall/lib/user_interaction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py
index b7e1de2d..838c69a2 100644
--- a/archinstall/lib/user_interaction.py
+++ b/archinstall/lib/user_interaction.py
@@ -386,7 +386,7 @@ def select_mirror_regions(mirrors, show_top_mirrors=True):
selected_mirrors = {}
if len(regions) >= 1:
- print_large_list(regions, margin_bottom=2)
+ print_large_list(regions, margin_bottom=4)
print(' -- You can skip this step by leaving the option blank --')
selected_mirror = input('Select one of the above regions to download packages from (by number or full name): ')