From 7c596d34ad0c70bc7c97e40147fa7b8d72d38c2c Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 13 May 2025 17:39:38 -0400 Subject: [PATCH] Enable new `tractor.devx.debug._tty_lock` in the root --- tractor/_root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_root.py b/tractor/_root.py index 3172766e..989ced5a 100644 --- a/tractor/_root.py +++ b/tractor/_root.py @@ -288,7 +288,7 @@ async def open_root_actor( # expose internal debug module to every actor allowing for # use of ``await tractor.pause()`` - enable_modules.append('tractor.devx.debug') + enable_modules.append('tractor.devx.debug._tty_lock') # if debug mode get's enabled *at least* use that level of # logging for some informative console prompts.