Fix `nest_from_op()` call sigs, already changed upstream

In `._runtime/_root` and since the latest fn-signature changes were
already landed onto main branch via the 65b7956: #384-patch.
to_asyncio_eoc_signal
Tyler Goodlet 2025-07-14 17:51:45 -04:00
parent 547cf5a210
commit e9f2fecd66
2 changed files with 3 additions and 3 deletions

View File

@ -521,7 +521,7 @@ async def open_root_actor(
op_nested_actor_repr: str = _pformat.nest_from_op(
input_op='>) ',
tree_str=actor.pformat(),
text=actor.pformat(),
nest_prefix='|_',
)
logger.info(

View File

@ -1690,9 +1690,9 @@ async def async_main(
op_nested_actor_repr: str = _pformat.nest_from_op(
input_op=')> ',
tree_str=actor.pformat(),
text=actor.pformat(),
nest_prefix='|_',
back_from_op=2,
nest_indent=2,
)
teardown_report += (
'Actor runtime exited\n'