Yoda-Canada / Magic-SSG

MIT License
0 stars 3 forks source link

Use pathlib instead of working with path names as strings #6

Open humphd opened 3 years ago

humphd commented 3 years ago

It's not a good idea to work with paths as regular strings. You have to be careful with lots of cross-platform issues, and all of this has been solved with built-ins like https://docs.python.org/3/library/pathlib.html