Skip to content

Commit d64336c

Browse files
committed
debug
1 parent 29b837f commit d64336c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pownet/core/data_processor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ 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-
print(os.listdir(cur_path))
77+
src_path = os.path.dirname(cur_path)
78+
print(os.listdir(src_path))
7879
print("End of debugging")
7980

8081
self.transmission_params: dict = (

0 commit comments

Comments
 (0)