Skip to content

Commit eba01c2

Browse files
committed
Change location of database folder
1 parent c91c135 commit eba01c2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/pownet/folder_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_home_dir() -> str:
3535

3636

3737
def get_database_dir() -> str:
38-
return os.path.join(get_pownet_dir(), "database")
38+
return os.path.join(os.path.dirname(os.path.abspath(__file__)), "..", "database")
3939

4040

4141
def get_test_dir() -> str:

0 commit comments

Comments
 (0)