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

minor change of list_all_countries() output

parent e744a1f0
No related branches found
No related tags found
No related merge requests found
......@@ -312,9 +312,7 @@ class PacmanMirrors:
def list_all_countries(self):
"""List all available countries"""
self.load_default_mirrors()
print(".: {}{}{}:".format(txt.GS, txt.AVAILABLE_COUNTRIES, txt.CE))
print("{}".format(", ".join(self.mirrors.countrylist)))
print("")
print("{}".format("\n".join(self.mirrors.countrylist)))
def load_all_mirrors(self):
"""Load mirrors"""
......
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