Retry.with_delay sets multiplier even when it's None #163
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Uh oh!
There was an error while loading. Please reload this page.
Steps to reproduce
retry._multiplier
will be set to None becausewith_delay
sets it whenmaximum
is givenPR: #164
The text was updated successfully, but these errors were encountered: