From 66393442803dd7c5e0f6d4936c621654018e248d Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 4 May 2025 21:07:20 -0400 Subject: [PATCH] Stopped bug triggered during timeout --- vspursuer.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vspursuer.py b/vspursuer.py index 02047e3..4c788f2 100755 --- a/vspursuer.py +++ b/vspursuer.py @@ -145,6 +145,9 @@ def multi_process_runner(num_cpu: int, data_file_path: str, skip_to: Optional[st for _ in range(num_workers): task_queue.put(None) + # Don't do anymore work, wait again for a result + continue + # When we receive None, it means a child process has finished if result is None: