We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The docs need to be changed to let the user know that _refresh_states() also takes a non iterable, aka a single object not contained in a list.
_refresh_states()
frontera/frontera/strategy/__init__.py
Lines 139 to 145 in 8ac2316
That's because the function refresh_and_keep() converts the non iterable object into a non-iterable object contained within a list.
refresh_and_keep()
frontera/frontera/core/manager.py
Lines 818 to 822 in 8ac2316
The text was updated successfully, but these errors were encountered:
Good catch! Can you make PR @IAlwaysBeCoding ?
Sorry, something went wrong.
No branches or pull requests
The docs need to be changed to let the user know that
_refresh_states()
also takes a non iterable, aka a single object not contained in a list.frontera/frontera/strategy/__init__.py
Lines 139 to 145 in 8ac2316
That's because the function
refresh_and_keep()
converts the non iterable object into a non-iterable object contained within a list.frontera/frontera/core/manager.py
Lines 818 to 822 in 8ac2316
The text was updated successfully, but these errors were encountered: