Skip to content

Commit f5507d3

Browse files
authored
Add files via upload
1 parent 84e0159 commit f5507d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multioptpy/Wrapper/mapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@ def _run_batch_parallel(
25282528
and the timeout path is never entered.
25292529
"""
25302530
futures_map: dict = {}
2531-
2531+
handled_futures: set = set()
25322532
# ``max_tasks_per_child=1`` ensures a fresh process is spawned for
25332533
# every task, safely isolating os.chdir() calls within the worker.
25342534
executor = ProcessPoolExecutor(

0 commit comments

Comments
 (0)