AllenCellModeling / datasetdatabase

Modeling DB Schema, Creation, and IO
Other
1 stars 0 forks source link

Wrap config reading in path resolution #17

Closed cdw closed 6 years ago

cdw commented 6 years ago

B/c prod = dsdb.DatasetDatabase(config="~/.dsdb_prod.json") gives me FileNotFoundError: [Errno 2] No such file or directory: '~/.dsdb_prod.json' despite the presence of that file in my home dir.

evamaxfield commented 6 years ago

Update to v1.0.3 this has been resolved. ~ is both expanded to user, and all paths are resolved.