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: try:
import stackscope import stackscope
except ImportError: except ImportError:
log.error( log.warning(
'`stackscope` not installed for use in debug mode!\n' 'The `stackscope` lib is not installed!\n'
'`Ignoring {enable_stack_on_sig!r} call!\n' '`Ignoring enable_stack_on_sig() call!\n'
) )
return None return None