Show More
@@ -504,7 +504,7 b' class Kernel(Configurable):' | |||||
504 |
|
504 | |||
505 | elif hist_access_type == 'search': |
|
505 | elif hist_access_type == 'search': | |
506 | n = parent['content'].get('n') |
|
506 | n = parent['content'].get('n') | |
507 | unique = parent['content'].get('unique') |
|
507 | unique = parent['content'].get('unique', False) | |
508 | pattern = parent['content']['pattern'] |
|
508 | pattern = parent['content']['pattern'] | |
509 | hist = self.shell.history_manager.search( |
|
509 | hist = self.shell.history_manager.search( | |
510 | pattern, raw=raw, output=output, n=n, unique=unique) |
|
510 | pattern, raw=raw, output=output, n=n, unique=unique) |
General Comments 0
You need to be logged in to leave comments.
Login now