Skip to content
Snippets Groups Projects
Commit ad8a731f authored by Seblu's avatar Seblu
Browse files

Remove select_one_repository. No more needed.

parent 8c5c22f6
No related branches found
No related tags found
No related merge requests found
......@@ -46,13 +46,6 @@ def load_repositories(args):
repoman.register(repoconf)
return repoman
def select_one_repository(repoman):
if len(repoman) == 0:
raise Exception("No repository selected")
elif len(repoman) > 1:
raise Exception("Please select only one repository")
return repoman[0]
def select_image(name, repoman):
'''
Select and load a package image from a standard naming type
......
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