Skip to content

Commit 29b837f

Browse files
committed
debug
1 parent 0a07ca3 commit 29b837f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pownet/core/data_processor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ def load_transmission_data(self) -> None:
7272
print("DEBUGGING")
7373
print(os.getcwd())
7474
print(get_database_dir())
75-
print(
76-
os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
77-
)
75+
cur_path = os.path.dirname(os.path.abspath(__file__))
76+
print(cur_path)
77+
print(os.listdir(cur_path))
7878
print("End of debugging")
7979

8080
self.transmission_params: dict = (

0 commit comments

Comments
 (0)