Skip to content

Commit 60baa6e

Browse files
committed
debug
1 parent 61de18c commit 60baa6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pownet/core/data_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def load_transmission_data(self) -> None:
7272
print("DEBUGGING")
7373
print(os.getcwd())
7474
print(get_database_dir())
75-
print(get_database_dir())
75+
print(os.listdir(get_database_dir()))
7676
print("End of debugging")
7777

7878
self.transmission_params: dict = (

0 commit comments

Comments
 (0)