smerckel / dbdreader

A reader for binary data files created by Slocum ocean gliders (AUVs)
GNU General Public License v3.0
17 stars 14 forks source link

Use cacheDir if passed to MultiDBD(). #1

Closed TomBailey167 closed 5 years ago

TomBailey167 commented 5 years ago

Previous, MutliDBD's constructor did not use the cacheDir passed to it in the parameter list.

I have copied the code which sets self.cacheDir from the constructor or DBD.

smerckel commented 5 years ago

Thanks Tom, I incorporated your changes, and fixed the same issue in other places too.