Show More
@@ -274,6 +274,7 b' class HistoryMagics(Magics):' | |||||
274 | return |
|
274 | return | |
275 | else: |
|
275 | else: | |
276 | self.shell.set_next_input(cmd.rstrip()) |
|
276 | self.shell.set_next_input(cmd.rstrip()) | |
|
277 | return | |||
277 | print("Couldn't evaluate or find in history:", arg) |
|
278 | print("Couldn't evaluate or find in history:", arg) | |
278 |
|
279 | |||
279 | @line_magic |
|
280 | @line_magic |
General Comments 0
You need to be logged in to leave comments.
Login now