Stackscope import fail msg dun need braces..

final_eg_refinements
Tyler Goodlet 2025-07-29 15:18:13 -04:00
parent 6a82bab627
commit 23240c31e3
1 changed files with 3 additions and 3 deletions

View File

@ -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