openva / crump

A parser for the Virginia State Corporation Commission's business registration records.
https://vabusinesses.org/
MIT License
20 stars 3 forks source link

Add sanity checks to verify filesystem permissions #41

Open waldoj opened 10 years ago

waldoj commented 10 years ago

At present, we just barrel through the process of creating files and directories. We need to be using try/except to do this, to handle permissions problems gracefully.