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}")