Skip to content

Commit

Permalink
Turn off show_rewritten_input.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Dec 30, 2024
1 parent 81ee283 commit 3000d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class SnapPyInteractiveShellEmbed(InteractiveShellEmbed):
colors_force = True
separate_out = '\n'
separate_in = ''
show_rewritten_input = False

def __init__(self, *args, **kwargs):
super(InteractiveShellEmbed, self).__init__(*args, **kwargs)
Expand Down

0 comments on commit 3000d81

Please sign in to comment.