mysociety / local-intelligence-hub

https://www.localintelligencehub.com
Other
6 stars 2 forks source link

Fix JSONDecodeError from import scripts calling Parlparse #621

Open zarino opened 5 days ago

zarino commented 5 days ago

While implementing https://github.com/mysociety/local-intelligence-hub/pull/613 I noticed a couple of import scripts were failing with a JSONDecodeError, because the Parlparse JSON file could not be found, aparently…?

Maybe I was just missing something obvious? If not, we should fix this.