Skip to content

Commit

Permalink
misc: fix xdg-base-dirs refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Jul 2, 2024
1 parent 07cae1a commit 803eba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pqcli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pqcli.ui.basic import BasicUserInterface
from pqcli.ui.curses import CursesUserInterface

SAVE_PATH = Path(xdg_config_home) / "pqcli" / "save.dat"
SAVE_PATH = Path(xdg_config_home()) / "pqcli" / "save.dat"


def parse_args() -> argparse.Namespace:
Expand Down

0 comments on commit 803eba4

Please sign in to comment.