Show More
@@ -333,7 +333,7 class ZMQTerminalInteractiveShell(TerminalInteractiveShell): | |||||
333 | self.autoedit_syntax): |
|
333 | self.autoedit_syntax): | |
334 | self.edit_syntax_error() |
|
334 | self.edit_syntax_error() | |
335 | if not more: |
|
335 | if not more: | |
336 | source_raw = self.input_splitter.source_reset() |
|
336 | source_raw = self.input_splitter.source_raw_reset()[1] | |
337 | hlen_b4_cell = self._replace_rlhist_multiline(source_raw, hlen_b4_cell) |
|
337 | hlen_b4_cell = self._replace_rlhist_multiline(source_raw, hlen_b4_cell) | |
338 | self.run_cell(source_raw) |
|
338 | self.run_cell(source_raw) | |
339 |
|
339 |
General Comments 0
You need to be logged in to leave comments.
Login now