ruff check
This commit is contained in:
parent
b23db0517a
commit
a316e6bc1b
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ async def collect():
|
|||
canceled = False
|
||||
if msg.get("doc_id", "") in [GRAPH_RAPTOR_FAKE_DOC_ID, CANVAS_DEBUG_DOC_ID]:
|
||||
task = msg
|
||||
if task["task_type"] in ["graphrag", "raptor", "mindmap"]:
|
||||
if task["task_type"] in PIPELINE_SPECIAL_PROGRESS_FREEZE_TASK_TYPES:
|
||||
task = TaskService.get_task(msg["id"], msg["doc_ids"])
|
||||
if task:
|
||||
task["doc_id"] = msg["doc_id"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue