From 23240c31e39c7825c9d19631aed3159eb84a76d0 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 29 Jul 2025 15:18:13 -0400 Subject: [PATCH] Stackscope import fail msg dun need braces.. --- tractor/devx/_stackscope.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tractor/devx/_stackscope.py b/tractor/devx/_stackscope.py index 84d8a67f..11d2a1ef 100644 --- a/tractor/devx/_stackscope.py +++ b/tractor/devx/_stackscope.py @@ -237,9 +237,9 @@ def enable_stack_on_sig( try: import stackscope except ImportError: - log.error( - '`stackscope` not installed for use in debug mode!\n' - '`Ignoring {enable_stack_on_sig!r} call!\n' + log.warning( + 'The `stackscope` lib is not installed!\n' + '`Ignoring enable_stack_on_sig() call!\n' ) return None