mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Remove an infelicitous space.
This commit is contained in:
parent
9390cc15da
commit
88a56857f6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue