Skip to content
Snippets Groups Projects
Commit dd19371d authored by Frede H's avatar Frede H :speech_balloon:
Browse files

fix for issue #76

parent b3765f66
No related branches found
No related tags found
No related merge requests found
......@@ -197,9 +197,8 @@ class PacmanMirrors:
shuffle(worklist)
filefn.output_mirror_list(self.config, worklist, quiet=self.quiet)
# if self.custom or \
# self.config["only_country"] != self.mirrors.mirrorlist:
if self.custom:
if self.custom or \
self.config["only_country"] != self.mirrors.mirrorlist:
configfn.modify_config(self.config, custom=self.custom)
else:
configfn.modify_config(self.config, custom=self.custom)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment