Save files inside the "share" subfolder
This commit is contained in:
parent
ff117453a9
commit
767f5b16b7
1 changed files with 1 additions and 1 deletions
2
histd.py
2
histd.py
|
@ -17,7 +17,7 @@ def get_base_dir() -> str:
|
||||||
|
|
||||||
Returns the path to the directory where data can be stored.
|
Returns the path to the directory where data can be stored.
|
||||||
"""
|
"""
|
||||||
base_dir = os.path.expanduser('~/.local/histd')
|
base_dir = os.path.expanduser('~/.local/share/histd')
|
||||||
os.makedirs(base_dir, exist_ok=True)
|
os.makedirs(base_dir, exist_ok=True)
|
||||||
return base_dir
|
return base_dir
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue