##// END OF EJS Templates
Merge pull request #12974 from meeseeksmachine/auto-backport-of-pr-12952-on-7.x...
Matthias Bussonnier -
r26548:5a453915 merge
parent child Browse files
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