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
There are a bunch of errors. First, in line 68 import bill_versions, this file does not exist in the current repository. Second, the file still uses fdsys instead of govinfo, including the path defined in root_dir. Then there is bill_info.latest_status(...) in line 218, with one argument only, while the current definition in bill_info expects two arguments.
Thanks for looking into it!
Best,
Christoph
The text was updated successfully, but these errors were encountered:
gochristoph
changed the title
govinfo errors in documentation, fdsys legacy, calls to nonexistent files
govinfo errors in documentation, statutes.py fdsys legacy, calls to nonexistent files
Jan 7, 2020
gochristoph
changed the title
govinfo errors in documentation, statutes.py fdsys legacy, calls to nonexistent files
statutes.py fdsys legacy, calls to nonexistent files, and invalid function calls
Jan 7, 2020
Hi there,
In the wiki, commands are still based on fdsys instead of govinfo. In my case, the command will be
./run govinfo --collections=STATUTE --extract=mods,pdf,text,xml,premis --granules
When subsequently running
./run statutes --volumes=65-126 --textversions --extracttext
There are a bunch of errors. First, in line 68
import bill_versions
, this file does not exist in the current repository. Second, the file still usesfdsys
instead ofgovinfo
, including the path defined inroot_dir
. Then there isbill_info.latest_status(...)
in line 218, with one argument only, while the current definition in bill_info expects two arguments.Thanks for looking into it!
Best,
Christoph
The text was updated successfully, but these errors were encountered: