##// END OF EJS Templates
Daniel Goldfarb -
Show More
@@ -206,7 +206,8 b' class HistoryMagics(Magics):'
206 if get_output:
206 if get_output:
207 inline, output = inline
207 inline, output = inline
208 if range_pattern:
208 if range_pattern:
209 if not fnmatch.fnmatch(inline,range_pattern): continue;
209 if not fnmatch.fnmatch(inline, range_pattern):
210 continue
210 inline = inline.expandtabs(4).rstrip()
211 inline = inline.expandtabs(4).rstrip()
211
212
212 multiline = "\n" in inline
213 multiline = "\n" in inline
General Comments 0
You need to be logged in to leave comments. Login now