You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the example code from the documentation fails with this exception: TypeError: batches_support_wrapper() missing 1 required positional argument: 'collection'
Description
Running the example code from the documentation fails with this exception:
TypeError: batches_support_wrapper() missing 1 required positional argument: 'collection'
Reproduce
Run this code with easy_entrez 0.3.0:
Expected behavior
It should return results instead of throwing this exception.
Context
OS: Ubuntu 18.04.6 LTS
Python: 3.6.9
easy_entrez 0.3.0 was installed in a virtualenv.
The text was updated successfully, but these errors were encountered: