We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a50cc7 commit d12c373Copy full SHA for d12c373
src/pownet/folder_utils.py
@@ -35,7 +35,9 @@ def get_home_dir() -> str:
35
36
37
def get_database_dir() -> str:
38
- return os.path.join(os.path.dirname(os.path.abspath(__file__)), "..", "database")
+ return os.path.join(
39
+ os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "database"
40
+ )
41
42
43
def get_test_dir() -> str:
0 commit comments