Skip to content

Commit 3b6a6ea

Browse files
committed
Trigger railway deploy
1 parent 25655b4 commit 3b6a6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai_ta_backend/beam/ingest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def _ingest_single(ingest_method: Callable, s3_path, *args, **kwargs):
261261
try:
262262
self._ingest_single_txt(s3_path, course_name)
263263
success_status['success_ingest'].append(s3_path)
264-
print("✅ FALLBACK TO UTF-8 INGEST WAS SUCCESSFUL :) ")
264+
print(f"No ingest methods -- Falling back to UTF-8 INGEST... s3_path = {s3_path}")
265265
except Exception as e:
266266
print(
267267
f"We don't have a ingest method for this filetype: {file_extension}. As a last-ditch effort, we tried to ingest the file as utf-8 text, but that failed too. File is unsupported: {s3_path}. UTF-8 ingest error: {e}"

0 commit comments

Comments
 (0)