RKocielnik commited on
Commit
08af90d
·
verified ·
1 Parent(s): 69ff53e

Listing files

Browse files
Files changed (1) hide show
  1. 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