Skip to content

Commit 267bbb5

Browse files
authored
Add files via upload
1 parent 3950984 commit 267bbb5

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
@@ -3066,7 +3066,7 @@ def _run_autots(self, task: ExplorationTask, run_dir: str) -> list[str]:
30663066
future = executor.submit(_autots_worker, config, run_dir, workspace)
30673067
try:
30683068
return future.result(timeout=self.worker_timeout_s)
3069-
except (TimeoutError, FuturesTimeoutError)
3069+
except (TimeoutError, FuturesTimeoutError):
30703070
timed_out = True
30713071
logger.error(
30723072
"_run_autots: worker exceeded hard timeout of %ds — "

0 commit comments

Comments
 (0)