Add `an: ActorNursery` var placeholder for final log msg
parent
8c39b8b124
commit
6533285d7d
|
@ -533,10 +533,8 @@ async def open_nursery(
|
||||||
|
|
||||||
'''
|
'''
|
||||||
implicit_runtime: bool = False
|
implicit_runtime: bool = False
|
||||||
actor: Actor = current_actor(
|
actor: Actor = current_actor(err_on_no_runtime=False)
|
||||||
err_on_no_runtime=False
|
an: ActorNursery|None = None
|
||||||
)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if (
|
if (
|
||||||
actor is None
|
actor is None
|
||||||
|
|
Loading…
Reference in New Issue