RKocielnik commited on
Commit
41c7ef7
·
verified ·
1 Parent(s): 78535df

Make sure the print comes from this

Browse files
Files changed (1) hide show
  1. mgr_sentences.py +1 -1
mgr_sentences.py CHANGED
@@ -99,7 +99,7 @@ def get_sentence_csv(file_path: str):
99
  )
100
  except Exception as e:
101
  # file not found
102
- print(f"file not found, probably: {e}")
103
  directory_path = LOCAL_DATA_DIRNAME
104
  list_files(directory_path)
105
 
 
99
  )
100
  except Exception as e:
101
  # file not found
102
+ print(f"Sentence Mgr, file not found, probably: {e}")
103
  directory_path = LOCAL_DATA_DIRNAME
104
  list_files(directory_path)
105