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 24d1de2 commit 7e666a0Copy full SHA for 7e666a0
src/pownet/core/data_processor.py
@@ -74,7 +74,7 @@ def load_transmission_data(self) -> None:
74
print(get_database_dir())
75
cur_path = os.path.dirname(os.path.abspath(__file__))
76
print(cur_path)
77
- src_path = os.path.dirname(os.path.dirname(cur_path))
+ src_path = os.path.dirname(cur_path)
78
print(os.listdir(src_path))
79
print("End of debugging")
80
src/pownet/database/__init__.py
@@ -0,0 +1,2 @@
1
+""" This is the pownet module.
2
+"""
0 commit comments