Don't double-space the "??? new object ..." messages.

This commit is contained in:
Guido van Rossum 2003-04-18 19:51:10 +00:00
parent d7e83a1d51
commit 6869458236
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ def combine(fname):
assert m
addr, rc, guts = m.groups() # guts is type name here
if addr not in addr2rc:
print '??? new object created while tearing down:', line
print '??? new object created while tearing down:', line.rstrip()
continue
print addr,
if rc == addr2rc[addr]: