Spaces:
Sleeping
Sleeping
Make sure the print comes from this
Browse files- 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 |
|