Skip to content

Commit

Permalink
feat(retry): pass error_evaluator param
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 30, 2016
1 parent 679f379 commit d58f9f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions riprova/retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def wrapper(*args, **kw):
retrier = RetrierClass(backoff=backoff,
timeout=_timeout,
evaluator=evaluator,
error_evaluator=error_evaluator,
on_retry=on_retry, **kw)

# Return partial function application
Expand Down

0 comments on commit d58f9f1

Please sign in to comment.