Skip to content

Commit e775547

Browse files
authored
Add files via upload
1 parent f08de44 commit e775547

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
@@ -2991,7 +2991,7 @@ def _run_batch_parallel(
29912991
try:
29922992
tag, payload = result_q.get(timeout=5.0)
29932993
if tag == "err":
2994-
logger.error("...", run_dir, payload)
2994+
logger.error("AutoTS worker error for run %s: \n%s", run_dir, payload)
29952995
self._process_single_result(task, run_dir, [], "FAILED", iteration, history_log)
29962996
else:
29972997
self._process_single_result(task, run_dir, payload, "DONE", iteration, history_log)

0 commit comments

Comments
 (0)