fix: extract_worker OFFICE_FORMATS 블록에 return 누락 수정

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-03 11:28:09 +09:00
parent a5186bf4aa
commit 03b0612aa2

View File

@@ -117,6 +117,7 @@ async def process(document_id: int, session: AsyncSession) -> None:
raise RuntimeError(f"LibreOffice 텍스트 추출 timeout (60s)")
finally:
tmp_input.unlink(missing_ok=True)
return
# 미지원 포맷
doc.extracted_text = ""