somts / odf-ctd-proc

ODF CTD processing c. 2016
BSD 3-Clause "New" or "Revised" License
8 stars 7 forks source link

Convert all path strings to use pathlib #20

Open asx- opened 6 years ago

asx- commented 6 years ago

There are many places where directory strings are typed raw as UNIX instead of using pathlib or os.path. Convert to pathlib to make os agnostic.