Skip to content

Commit

Permalink
Fix separate-terminal debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixManAtYrService authored and inducer committed Jul 22, 2024
1 parent 571ce75 commit 440a5a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pudb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def _get_debugger(**kwargs):
kwargs.setdefault("stdin", tty_file)
kwargs.setdefault("stdout", tty_file)
kwargs.setdefault("term_size", term_size)
tty_file.close()

from pudb.debugger import Debugger
dbg = Debugger(**kwargs)
Expand Down

0 comments on commit 440a5a7

Please sign in to comment.