PSLmodels / taxdata

The TaxData project prepares microdata for use with the Tax-Calculator microsimulation project.
http://pslmodels.github.io/taxdata/
Other
21 stars 30 forks source link

Issue error from report.py #423

Closed bodiyang closed 1 year ago

bodiyang commented 1 year ago

Issue error when generating report.

(base) bodiyang@BYang-MBP history % python report.py "421"
Traceback (most recent call last):
  File "/Users/bodiyang/Desktop/taxdata/taxdata/history/report.py", line 432, in <module>
    report()
  File "/Users/bodiyang/Desktop/taxdata/taxdata/history/report.py", line 112, in report
    elm = r.html.find("span.js-issue-title")[0]
IndexError: list index out of range

Web scraping parts may need updates in report.py

bodiyang commented 1 year ago

solved in PR 425