##// END OF EJS Templates
Prefilter shouldn't touch execution_count
Thomas Kluyver -
Show More
@@ -323,9 +323,6 b' class PrefilterManager(Configurable):'
323
323
324 normal_handler = self.get_handler_by_name('normal')
324 normal_handler = self.get_handler_by_name('normal')
325 if not stripped:
325 if not stripped:
326 if not continue_prompt:
327 self.shell.displayhook.prompt_count -= 1
328
329 return normal_handler.handle(line_info)
326 return normal_handler.handle(line_info)
330
327
331 # special handlers are only allowed for single line statements
328 # special handlers are only allowed for single line statements
General Comments 0
You need to be logged in to leave comments. Login now