Break on self.quitting line

This may also cause python-3.2 pdb test to error out.
This commit is contained in:
ZyX 2015-02-21 19:02:37 +03:00
parent 68b43c59be
commit 3bf484de25
1 changed files with 2 additions and 0 deletions

View File

@ -120,4 +120,6 @@ with codecs.open(fname, 'r', encoding='utf-8') as R:
line = '-> self.quitting = True\n'
elif line == '\n':
line = ''
if line == '-> self.quitting = True\n':
break
W.write(line)