##// END OF EJS Templates
Minor formatting.
Gael Varoquaux -
Show More
@@ -629,7 +629,8 b' class ConsoleWidget(editwindow.EditWindow):'
629 629 len(continuation_prompt))
630 630 return True
631 631
632 self.enter_catched = False #we re-allow enter event processing
632 # We re-allow enter event processing
633 self.enter_catched = False
633 634 return False
634 635
635 636
General Comments 0
You need to be logged in to leave comments. Login now