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