Add `an: ActorNursery` var placeholder for final log msg

modden_spawn_from_client_req
Tyler Goodlet 2024-03-12 08:56:17 -04:00
parent 8c39b8b124
commit 6533285d7d
1 changed files with 2 additions and 4 deletions

View File

@ -533,10 +533,8 @@ async def open_nursery(
'''
implicit_runtime: bool = False
actor: Actor = current_actor(
err_on_no_runtime=False
)
actor: Actor = current_actor(err_on_no_runtime=False)
an: ActorNursery|None = None
try:
if (
actor is None