EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 11f16f86 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

log the error in swift list in registrar

parent ed6c2193
No related branches found
No related tags found
No related merge requests found
......@@ -227,6 +227,7 @@ def registrar(
% (objects_prefix, item["name"])
)
else:
logger.error(page["error"])
raise RegistrationError(
"No product found with objects prefix '%s'."
% objects_prefix
......
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