[error] also exclude frames starting with '<frozen'
This commit is contained in:
parent
549193534f
commit
a4b93419b4
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ def format_stacktrace(
|
|||
stacklevel: int = 1,
|
||||
*,
|
||||
skip_file_prefixes: tuple[str, ...] = (MASQUE_DIR,),
|
||||
low_file_prefixes: tuple[str, ...] = ('<runpy', '<string>'),
|
||||
low_file_prefixes: tuple[str, ...] = ('<frozen', '<runpy', '<string>'),
|
||||
low_file_suffixes: tuple[str, ...] = ('IPython/utils/py3compat.py', ),
|
||||
) -> str:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue