Don't LBYL when creating missing data directories
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 27 Oct 2018 21:01:52 +0000 (21:01 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 27 Oct 2018 21:01:52 +0000 (21:01 +0000)
commit3038f3f0d188fd2bddedc4d04b384904eb6747ed
tree33a70264c935e247ba44d130b91b4ada8b2b9bb5
parent491c1c73689b9e2c7c59442a051240b9330e6b82
Don't LBYL when creating missing data directories

It's better to ask forgiveness than permission. Just try to create
parent directories for any data file, and don't error if they
already exist.
mudpy/data.py