Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure config directory exists when creating config file
If the config file directory doesn't already exist, the application will crash on startup while trying to create the default configuration. Fix this by creating the directory. Drive-by: Replace os.path functions by pathlib's functions
- Loading branch information