FlowWest / hecr

https://flowwest.github.io/hecr/
MIT License
6 stars 2 forks source link

non-existing hdf files does not cause an error rather it creates it #10

Closed ergz closed 7 years ago

ergz commented 7 years ago

at the moment when a use accidentally does

hec_file2("raw-data/someFile.hdf")

if this file exists then all works as expected but if it does not it gets created and the user will not be aware that there was an issue.