mirror of
https://github.com/Tokfinity/InfCode.git
synced 2026-02-12 13:12:45 +00:00
initial
This commit is contained in:
@@ -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:
|
def worker_function(ctx: Context, issue: str, idx: int, out_dir: Path) -> ProcResult:
|
||||||
print(f"worker_function idx:{idx} issue:{issue}")
|
print(f"worker_function idx:{idx} issue:{issue}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user