modm-io / lbuild

lbuild: a generic, modular code generator in Python 3

Home Page:https://pypi.org/project/lbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Align internal usage of os.path and pathlib.Path

salkinium opened this issue · comments

Currently os.path and pathlib.Path are spread all over the place, it would be nice to settle on using pathlib.Path for the vast majority of file operations and only use other functions when necessary.