Spaces:
Sleeping
Sleeping
Listing files
Browse files- mgr_biases.py +1 -0
mgr_biases.py
CHANGED
@@ -217,6 +217,7 @@ def get_bias_json(filepath: str):
|
|
217 |
except Exception as e:
|
218 |
# file not found
|
219 |
print(f"Bias Mgr, file not found, probably: {e}")
|
|
|
220 |
directory_path = LOCAL_DATA_DIRNAME
|
221 |
list_files(directory_path)
|
222 |
|
|
|
217 |
except Exception as e:
|
218 |
# file not found
|
219 |
print(f"Bias Mgr, file not found, probably: {e}")
|
220 |
+
print("--LISTING FILES--")
|
221 |
directory_path = LOCAL_DATA_DIRNAME
|
222 |
list_files(directory_path)
|
223 |
|