TzuChieh / Photon-v2

A program that takes photographs of a virtual world.
https://tzuchieh.github.io/Photon-v2-site/engine_docs/v2.0.0-beta/Photon/html/index.html
MIT License
84 stars 5 forks source link

Do not mix the use of `os`, `pathlib` and `shutil`. Try to use `pathlib` where possible. #94

Open TzuChieh opened 5 months ago

TzuChieh commented 5 months ago

pathlib is the modern solution for path/filesystem related operations, and has a cleaner and more consistent interface IMHO.

TzuChieh commented 5 months ago