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 29b837f commit d64336cCopy full SHA for d64336c
src/pownet/core/data_processor.py
@@ -74,7 +74,8 @@ def load_transmission_data(self) -> None:
74
print(get_database_dir())
75
cur_path = os.path.dirname(os.path.abspath(__file__))
76
print(cur_path)
77
- print(os.listdir(cur_path))
+ src_path = os.path.dirname(cur_path)
78
+ print(os.listdir(src_path))
79
print("End of debugging")
80
81
self.transmission_params: dict = (
0 commit comments