Skip to content

Commit

Permalink
Call init_history on IPython to navigate internal dependency of init_…
Browse files Browse the repository at this point in the history
…user_ns on history manager
  • Loading branch information
inducer committed May 26, 2022
1 parent 2a4273b commit dab821f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pudb/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ class DummyMod:
user_module.__dict__ = globals
shell.user_module = user_module

shell.init_history()
shell.init_user_ns()
shell.init_completer()

Expand Down

0 comments on commit dab821f

Please sign in to comment.