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