forked from goodboy/tractor
1
0
Fork 0

Hide `_maybe_enter_pm()` frame (again?)

Tyler Goodlet 2025-07-29 14:55:18 -04:00
parent 6e4c76245b
commit 2d27c94dec
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ async def _maybe_enter_pm(
*,
tb: TracebackType|None = None,
api_frame: FrameType|None = None,
hide_tb: bool = False,
hide_tb: bool = True,
# only enter debugger REPL when returns `True`
debug_filter: Callable[