DCMLab / dimcat

DIgital Musicology Corpus Analysis Toolkit
https://dimcat.readthedocs.io
GNU General Public License v3.0
11 stars 5 forks source link

Switch to using pathlib everywhere #49

Open johentsch opened 1 year ago

johentsch commented 1 year ago

Currently all paths are (to be) specified as strings and manipulated using os.path. Part of the strategy to do the switch is therefore to look for all uses of os.path.