From 76731be748e0a45203d038430588faad3f62bd87 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 19 Nov 2019 00:26:34 +0000 Subject: debugging --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3-70-g09d2