Skip to content
Snippets Groups Projects
Commit 4cd348cb authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

repository-formats: clarify the message for "missing" repo variant

I find the new form clearer.
parent ed7a7860
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@
repo_name = self.get_repo_name(repo, **kwargs)
if repo_name is None:
raise NotImplementedError(
"This combination of parameters does not exist, skipping."
"not repository for formats/params combination, skipping."
)
self.repo_id = repo
......
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