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 61de18c commit 60baa6eCopy full SHA for 60baa6e
src/pownet/core/data_processor.py
@@ -72,7 +72,7 @@ def load_transmission_data(self) -> None:
72
print("DEBUGGING")
73
print(os.getcwd())
74
print(get_database_dir())
75
- print(get_database_dir())
+ print(os.listdir(get_database_dir()))
76
print("End of debugging")
77
78
self.transmission_params: dict = (
0 commit comments