Humorloos / SMR

GNU General Public License v3.0
8 stars 0 forks source link

replace os.path with pathlib #37

Open Humorloos opened 2 years ago

Humorloos commented 2 years ago

Specify all paths in the code with Path(...) / ... / ... instead of using os.path()

This only makes sense after #34 to avoid going through this twice