From 23845c4f83f2a2a6976b1fc18b50a990de435d75 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 7dc2cc24..f5e963c7 100644 --- a/tractor/_root.py +++ b/tractor/_root.py @@ -283,7 +283,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.