Show More
@@ -282,6 +282,7 b' class HistoryMagics(Magics):' | |||||
282 | return |
|
282 | return | |
283 | else: |
|
283 | else: | |
284 | self.shell.set_next_input(cmd.rstrip()) |
|
284 | self.shell.set_next_input(cmd.rstrip()) | |
|
285 | return | |||
285 | print("Couldn't evaluate or find in history:", arg) |
|
286 | print("Couldn't evaluate or find in history:", arg) | |
286 |
|
287 | |||
287 | @line_magic |
|
288 | @line_magic |
General Comments 0
You need to be logged in to leave comments.
Login now