From 90bfdaf58cc674e74c51ae71a627dbaf5d6b3db3 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 25 Mar 2024 15:03:33 -0400 Subject: [PATCH] Drop extra newline from log msg --- tractor/_supervise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_supervise.py b/tractor/_supervise.py index 733dd53..df3d7de 100644 --- a/tractor/_supervise.py +++ b/tractor/_supervise.py @@ -583,7 +583,7 @@ async def open_nursery( finally: msg: str = ( 'Actor-nursery exited\n' - f'|_{an}\n\n' + f'|_{an}\n' ) # shutdown runtime if it was started