Skip to content

Commit 7e666a0

Browse files
committed
debug1
1 parent 24d1de2 commit 7e666a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/pownet/core/data_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def load_transmission_data(self) -> None:
7474
print(get_database_dir())
7575
cur_path = os.path.dirname(os.path.abspath(__file__))
7676
print(cur_path)
77-
src_path = os.path.dirname(os.path.dirname(cur_path))
77+
src_path = os.path.dirname(cur_path)
7878
print(os.listdir(src_path))
7979
print("End of debugging")
8080

src/pownet/database/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
""" This is the pownet module.
2+
"""

0 commit comments

Comments
 (0)