Add `an: ActorNursery` var placeholder for final log msg
parent
31ccdd79d7
commit
1975b92dba
|
@ -534,10 +534,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