Skip to content

Commit

Permalink
switch to app_dir forcing POSIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Sanchez committed Feb 23, 2022
1 parent 79056c6 commit 74d20a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypums/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__app_name__ = "pypums"

app_dir = Path(get_app_dir(__app_name__))
app_dir = Path(get_app_dir(__app_name__, force_posix=True))
data_dir = app_dir.joinpath("data")
data_dir.mkdir(parents=True, exist_ok=True)

Expand Down

0 comments on commit 74d20a8

Please sign in to comment.