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
The problem is this line of code in electiondata/__init__.py, which does not include the list of bad jurisdictions in the error message.
if bad_jurisdictions:
err_string = f"No Analyzer created, because no major subdivisions were found for these jurisdictions:\n"
f"{sorted(list(bad_jurisdictions))}"
The text was updated successfully, but these errors were encountered:
The problem is this line of code in
electiondata/__init__.py
, which does not include the list of bad jurisdictions in the error message.The text was updated successfully, but these errors were encountered: