Davidy22 / SkunkBooth

Text based command line webcam photobooth app
https://Davidy22.github.io/SkunkBooth/
Other
50 stars 12 forks source link

Migrate from os.path to pathlib and fix some directory handling errors #83

Closed Zedeldi closed 2 years ago

Zedeldi commented 2 years ago

Replaces os.path methods with pathlib.Path, and fixes some issues where directories didn't exist. CustomLogger now creates the directory tree for the path provided.