Skip to content

Commit d12c373

Browse files
committed
Update folder_utils.py
1 parent 4a50cc7 commit d12c373

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pownet/folder_utils.py

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

3636

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

4042

4143
def get_test_dir() -> str:

0 commit comments

Comments
 (0)