We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82398b9 commit 5aabea2Copy full SHA for 5aabea2
src/aleph/vm/pool.py
@@ -241,7 +241,7 @@ async def load_persistent_executions(self):
241
if await self.systemd_manager.is_service_active(
242
execution.controller_service
243
): # TODO: Improve the way that we re-create running execution
244
- logger.debug(("Execution %s is still running in systemd, reconnecting", execution.vm_hash))
+ logger.debug("Execution %s is still running in systemd, reconnecting", execution.vm_hash)
245
await execution.prepare()
246
if self.network:
247
vm_type = VmType.from_message_content(execution.message)
0 commit comments