Fixes issue on line 944. list has no attribute 'split'
This commit is contained in:
parent
c5d9be669d
commit
59994c1ffd
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue