-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
retrying #88
Comments
Not Understanding Your Question Please Define More! |
Investigate the |
I want to call a function that always retries to compare one value to another and returns fails after this fails.
Any suggestions how to do that? Obviously it does not work since the compassion is done at the "_do_something_unreliable" function |
using the retrying package. How do I use it for retrying, and if the retries ends without a successful match, the code block leaves?
I want the the raise IOError to be replaced with an option of returning, say, False
In other words, I want to use this decorator, in case of actual values is different than expected, while the actual is created frequently from other function
The text was updated successfully, but these errors were encountered: