Append any `enable_modules` specc-ed in the chart guest-mode runner

distribute_dis
Tyler Goodlet 2023-12-21 20:40:00 -05:00
parent 5a60974990
commit 31fa0b02f5
1 changed files with 4 additions and 0 deletions

View File

@ -100,6 +100,10 @@ async def open_piker_runtime(
or [_default_reg_addr]
)
if ems := tractor_kwargs.get('enable_modules'):
# import pdbp; pdbp.set_trace()
enable_modules.extend(ems)
async with (
tractor.open_root_actor(