RKocielnik commited on
Commit
3571697
·
verified ·
1 Parent(s): 05a9d02
Files changed (1) hide show
  1. 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 = LOCAL_DATA_DIRNAME
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