Cherry-pick conflict resolution

Orig commit was,
"9c0de24 Be explicit with `SpawnSpec` processing in subs"

The commit was picked onto an upstream branch but at that time there was
no `.devx.debug` subpkg yet, hence this revert to the original patch's
module path.
enable_tpts
Tyler Goodlet 2025-05-13 17:39:53 -04:00
parent fba6edfe9a
commit bb17d39c4e
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class Actor:
# TODO? only add this when `is_debug_mode() == True` no?
# always include debugging tools module
if _state.is_root_process():
enable_modules.append('tractor.devx.debug')
enable_modules.append('tractor.devx.debug._tty_lock')
self.enable_modules: dict[str, str] = get_mod_nsps2fps(
mod_ns_paths=enable_modules,