From 876e88f70e8cc049ec8e4bf93368fb51cf55c7b2 Mon Sep 17 00:00:00 2001 From: LanWeiFRJ <101687185+LanWeiFRJ@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:21:11 +0800 Subject: [PATCH] initial --- _batch_run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/_batch_run.py b/_batch_run.py index cf8cc3e..6d54688 100644 --- a/_batch_run.py +++ b/_batch_run.py @@ -95,7 +95,6 @@ def worder_func_for_gen_result(ctx: Context, out_dir: Path): ) -# 这里是在新的进程里了 def worker_function(ctx: Context, issue: str, idx: int, out_dir: Path) -> ProcResult: print(f"worker_function idx:{idx} issue:{issue}")