##// END OF EJS Templates
Backport PR #12952: Ensure %recall does not show error after argument eval
Matthias Bussonnier -
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