Skip to content
Snippets Groups Projects
Unverified Commit 15577e25 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Avoid raising a _DefGen_Return through Eliot

This makes for ugly logs though probably no functional impairment.
parent 384d5d33
No related branches found
No related tags found
1 merge request!162Spend the ZKAPs
......@@ -185,8 +185,8 @@ def call_with_passes_with_manual_spend(method, num_passes, get_passes, on_succes
pass_group.reset()
raise
# Give the operation's result to the caller.
returnValue(result)
# Give the operation's result to the caller.
returnValue(result)
def call_with_passes(method, num_passes, get_passes):
......
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