Show More
@@ -216,7 +216,7 class LineFrontEndBase(FrontEndBase): | |||
|
216 | 216 | new_line, completions = self.complete(line) |
|
217 | 217 | if len(completions)>1: |
|
218 | 218 | self.write_completion(completions, new_line=new_line) |
|
219 | if not line == new_line: | |
|
219 | elif not line == new_line: | |
|
220 | 220 | self.input_buffer = new_line |
|
221 | 221 | if self.debug: |
|
222 | 222 | print >>sys.__stdout__, 'line', line |
General Comments 0
You need to be logged in to leave comments.
Login now