At the moment there is a mix of use of both os.path and pathlib.Path which is really annoying to cast around interally.
The goal is to only use pathlib interally and convert all path inputs to pathlib. Do we also want to return pathlib objects instead of strings? cc @dergraaf
At the moment there is a mix of use of both
os.pathandpathlib.Pathwhich is really annoying to cast around interally.The goal is to only use pathlib interally and convert all path inputs to pathlib. Do we also want to return pathlib objects instead of strings? cc @dergraaf