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.repl_fixture
parent
7c596d34ad
commit
32b87abdea
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue