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

needed comments to clarify use

parent ffdad57b
No related branches found
No related tags found
No related merge requests found
......@@ -272,8 +272,8 @@ class PacmanMirrors:
if interactive.is_done:
custom_list = interactive.custom_list
selected = []
mirrorfile = []
selected = [] # written to mirrorlist
mirrorfile = [] # written to custom-mirror.json
for item in custom_list:
for server in self.mirrors.mirrorlist:
if item["url"] == server["url"]:
......
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