Fixes issue on line 944. list has no attribute 'split'

This commit is contained in:
Anton Hvornum 2019-11-27 23:28:25 +00:00
parent c5d9be669d
commit 59994c1ffd
1 changed files with 1 additions and 1 deletions

View File

@ -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: