From 59994c1ffdcc916f782d50e248316790fec70974 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 27 Nov 2019 23:28:25 +0000 Subject: Fixes issue on line 944. list has no attribute 'split' --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall.py b/archinstall.py index 8def7adb..725d05ee 100644 --- a/archinstall.py +++ b/archinstall.py @@ -1211,7 +1211,7 @@ if __name__ == '__main__': if 'mirrors' in args and args['mirrors'] and 'country' in args and get_default_gateway_linux(): print('[N] Reordering mirrors.') - filter_mirrors_by_country_list([args['country']]) + filter_mirrors_by_country_list(args['country']) pre_conf = {} if 'pre' in instructions: -- cgit v1.2.3-70-g09d2