From 03b0612aa29705742bfa2f2d84e2b90950fd5ccd Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Fri, 3 Apr 2026 11:28:09 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20extract=5Fworker=20OFFICE=5FFORMATS=20?= =?UTF-8?q?=EB=B8=94=EB=A1=9D=EC=97=90=20return=20=EB=88=84=EB=9D=BD=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- app/workers/extract_worker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/workers/extract_worker.py b/app/workers/extract_worker.py index 6f9db5d..3ea3925 100644 --- a/app/workers/extract_worker.py +++ b/app/workers/extract_worker.py @@ -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 = ""