mctools / simplebuild

A very simple to use build system for projects with primarily C++/Python code, intended for usage by scientific developers without a strong SW-engineering background.
https://mctools.github.io/simplebuild/
Apache License 2.0
3 stars 1 forks source link

replace all os.path usage with pathlib #23

Open tkittel opened 11 months ago

tkittel commented 11 months ago

Due to a very long history, we have lots of os.path/os.basename usage, which should of course be replaced with pathlib usage.