diff --git a/masque/error.py b/masque/error.py index 95c3fd2..fcf69a5 100644 --- a/masque/error.py +++ b/masque/error.py @@ -52,7 +52,7 @@ def format_stacktrace( stacklevel: int = 1, *, skip_file_prefixes: tuple[str, ...] = (MASQUE_DIR,), - low_file_prefixes: tuple[str, ...] = (''), + low_file_prefixes: tuple[str, ...] = (''), low_file_suffixes: tuple[str, ...] = ('IPython/utils/py3compat.py', ), ) -> str: """