try to relauch failed worker
This commit is contained in:
parent
3756351ed9
commit
84ddfc718c
1 changed files with 2 additions and 1 deletions
|
|
@ -357,7 +357,8 @@ def worker(emu: str, apklist: queue.Queue[str], out_folder: Path, script: Path):
|
||||||
fp.write("\n".join(traceback.format_exception(e)))
|
fp.write("\n".join(traceback.format_exception(e)))
|
||||||
if not marked_done:
|
if not marked_done:
|
||||||
apklist.task_done()
|
apklist.task_done()
|
||||||
raise e
|
if not apklist.empty():
|
||||||
|
worker(emu, apklist, out_folder, script)
|
||||||
|
|
||||||
|
|
||||||
def run(apklist: list[str], out_folder: Path, script: Path):
|
def run(apklist: list[str], out_folder: Path, script: Path):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue