From 20a089c3311ed690e90a468637ec7a016f7e5172 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 20 Feb 2024 15:58:11 -0500 Subject: [PATCH] Drop extra " " when logging actor nursery errors --- tractor/_supervise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_supervise.py b/tractor/_supervise.py index 7319b15..af83aa5 100644 --- a/tractor/_supervise.py +++ b/tractor/_supervise.py @@ -400,7 +400,7 @@ async def _open_and_supervise_one_cancels_all_nursery( else: log.exception( f"Nursery for {current_actor().uid} " - "errored with\n" + "errored with:" # TODO: same thing as in # `._invoke()` to compute how to