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

fixed nonsense message with empty selection

parent 576eed2c
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ class PacmanMirrors:
if interactive.is_done:
custom_list = interactive.custom_list
if self.default:
if self.default and custom_list:
if self.config["method"] == "rank":
custom_list = self.test_mirrors(custom_list)
custom_list = sorted(custom_list, key=itemgetter("resp_time"))
......
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