-
Notifications
You must be signed in to change notification settings - Fork 200
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
[Bug] Error handling in govinfo.py line 73 #259
Comments
Hi @leonliangsc: the |
Thanks for the quick reply. options.get("bulkdata", "").split(",") will still give out error "bool value does not have split()" |
The wiki page is out of date. |
That seems to be the case. |
Note, for others, this does work in 2023:
If you omit the --collections argument then you get the options parse error. |
will render run time error when running the recommended script for downloading bulk bill text data
./run govinfo --collections=BILLS --congress=112 --store=pdf,mods,xml,text --bulkdata=False
The text was updated successfully, but these errors were encountered: