Add todo for `tn` to `gather_contexts()` from `find_actor()`?
parent
ab013e3069
commit
d432e2e245
|
@ -27,7 +27,7 @@ from typing import (
|
|||
)
|
||||
from contextlib import asynccontextmanager as acm
|
||||
|
||||
from tractor.log import get_logger
|
||||
from .log import get_logger
|
||||
from .trionics import (
|
||||
gather_contexts,
|
||||
collapse_eg,
|
||||
|
@ -259,6 +259,7 @@ async def find_actor(
|
|||
collapse_eg(),
|
||||
gather_contexts(
|
||||
mngrs=maybe_portals,
|
||||
# tn=tn, # ?TODO, helps to pass rent tn here?
|
||||
) as portals,
|
||||
):
|
||||
# log.runtime(
|
||||
|
|
Loading…
Reference in New Issue