##// END OF EJS Templates
Backport PR #2582: Fix displaying history when output cache is disabled....
MinRK -
Show More
@@ -98,10 +98,6 b' class HistoryMagics(Magics):'
98
98
99 """
99 """
100
100
101 if not self.shell.displayhook.do_full_cache:
102 print('This feature is only available if numbered prompts '
103 'are in use.')
104 return
105 opts,args = self.parse_options(parameter_s,'noprtglf:',mode='string')
101 opts,args = self.parse_options(parameter_s,'noprtglf:',mode='string')
106
102
107 # For brevity
103 # For brevity
General Comments 0
You need to be logged in to leave comments. Login now