mirror of
https://github.com/powerline/powerline.git
synced 2025-07-22 13:25:13 +02:00
Remove blank lines from pdb output
It is the problem that causes python-3.2 pdb tests to fail on travis.
This commit is contained in:
parent
9a89d4defa
commit
0058919c2b
@ -118,4 +118,6 @@ with codecs.open(fname, 'r', encoding='utf-8') as R:
|
|||||||
line = ''
|
line = ''
|
||||||
elif line == '-> self.quitting = 1\n':
|
elif line == '-> self.quitting = 1\n':
|
||||||
line = '-> self.quitting = True\n'
|
line = '-> self.quitting = True\n'
|
||||||
|
elif line == '\n':
|
||||||
|
line = ''
|
||||||
W.write(line)
|
W.write(line)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user