Skip to content

Commit 5aabea2

Browse files
committed
style
1 parent 82398b9 commit 5aabea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/vm/pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ async def load_persistent_executions(self):
241241
if await self.systemd_manager.is_service_active(
242242
execution.controller_service
243243
): # TODO: Improve the way that we re-create running execution
244-
logger.debug(("Execution %s is still running in systemd, reconnecting", execution.vm_hash))
244+
logger.debug("Execution %s is still running in systemd, reconnecting", execution.vm_hash)
245245
await execution.prepare()
246246
if self.network:
247247
vm_type = VmType.from_message_content(execution.message)

0 commit comments

Comments
 (0)