Spaces:
Sleeping
Sleeping
prior dir
Browse files- mgr_biases.py +1 -1
mgr_biases.py
CHANGED
@@ -218,7 +218,7 @@ def get_bias_json(filepath: str):
|
|
218 |
# file not found
|
219 |
print(f"Bias Mgr, file not found, probably: {e}")
|
220 |
print("--LISTING FILES--")
|
221 |
-
directory_path =
|
222 |
list_files(directory_path)
|
223 |
print("--DONE LISTING FILES--")
|
224 |
|
|
|
218 |
# file not found
|
219 |
print(f"Bias Mgr, file not found, probably: {e}")
|
220 |
print("--LISTING FILES--")
|
221 |
+
directory_path = "."
|
222 |
list_files(directory_path)
|
223 |
print("--DONE LISTING FILES--")
|
224 |
|