Merge pull request #390 from pikers/actually_enable_modules

Oneliner enable rpc modules on runtime open
size_in_shm_token
goodboy 2022-08-25 13:06:53 -04:00 committed by GitHub
commit c5447fda06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ async def open_piker_runtime(
# TODO: eventually we should be able to avoid # TODO: eventually we should be able to avoid
# having the root have more then permissions to # having the root have more then permissions to
# spawn other specialized daemons I think? # spawn other specialized daemons I think?
enable_modules=_root_modules, enable_modules=_root_modules + enable_modules,
) as _, ) as _,
): ):
yield tractor.current_actor() yield tractor.current_actor()