Remove an infelicitous space.

This commit is contained in:
Fred Drake 2001-09-28 20:16:30 +00:00
parent 9390cc15da
commit 88a56857f6
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ def runtest(test, generate, verbose, quiet, testdir = None):
if verbose:
cfp = None
else:
cfp = StringIO.StringIO()
cfp = StringIO.StringIO()
try:
save_stdout = sys.stdout
try: