Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-19 00:26:34 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-19 00:26:34 +0000
commit76731be748e0a45203d038430588faad3f62bd87 (patch)
treeb823371eaf461d2320b6f155f9c34e8bbcaa0b83
parentfcdafd22e1ca2a51f3f9583f68fd02f2786f13e2 (diff)
debugging
-rw-r--r--archinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.py b/archinstall.py
index 26603be8..be7f8d55 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -885,7 +885,7 @@ def mount_mountpoints(drive, bootpartition, mountpoint='/mnt/boot', *positionals
mount_boot(drive, bootpartition, mountpoint='/mnt/boot', *positionals, **kwargs)
return True
-def re_rank_mirrors(top=10, *positionals, **kwargs)
+def re_rank_mirrors(top=10, *positionals, **kwargs):
o = simple_command('/usr/bin/rankmirrors -n {top} /root/mirrorlist > /etc/pacman.d/mirrorlist')
def filter_mirrors_by_country(countries, top=10, *positionals, **kwargs):