We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3c487 commit f9ad726Copy full SHA for f9ad726
1 file changed
src/balatrollm/executor.py
@@ -87,6 +87,8 @@ async def run_task(task: Task) -> None:
87
async with bot:
88
await bot.play(self.runs_dir)
89
print(f"[{count:0{len(str(total))}d}/{total}] COMPLETED | {task} | {log_path}")
90
+ except Exception:
91
+ print(f"[{count:0{len(str(total))}d}/{total}] ERROR | {task} | {log_path}")
92
finally:
93
await self._port_pool.put(port)
94
0 commit comments