codeforpdx / recordexpungPDX

A project to automate the expungement of qualifying criminal records in Oregon. This project is done in conjunction with Qiu-Qiu Law.
https://recordsponge.com
MIT License
52 stars 88 forks source link

Uncommented counties_with_cases_to_expunge to resolve error #1736

Closed emko-274 closed 4 months ago

emko-274 commented 4 months ago

Commenting out counties_with_cases_to_expunge in form_filling.py caused an error. I forgot to run the tests again before merging. Sorry--I'll make sure run them before merging next time.

wittejm commented 4 months ago

I would generally avoid making changes to your master branch except those that propagate from upstream's master branch. Best to PR changes from a feature branch