Skip to content
Snippets Groups Projects
Commit e9273d2f authored by vlorentz's avatar vlorentz Committed by Jérémy Bobbio (Lunar)
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 44279266
No related branches found
No related tags found
1 merge request!338Raise an error when RemoteGraphClient URL is wrong
Pipeline #5375 failed
......@@ -38,7 +38,7 @@ class RemoteGraphClient(RPCClient):
if e.response.status_code == 404:
raise ValueError(
"URL is incorrect (got 404 while trying to retrieve stats)"
)
) from None
raise
if "num_nodes" not in stats:
raise ValueError("stats returned unexpected results (no `num_nodes` entry)")
......
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