diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-11-09 05:26:15 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-11-09 05:26:15 (GMT) |
commit | 3de75266aafa32e4d435b5b8a9d950acb53a5990 (patch) | |
tree | a79d44b61ec44f45d7c50229098eb8d30217cd02 /Lib/test/test_support.py | |
parent | e7130315a5ddc279053df1d0e35e0da4dfbcb027 (diff) | |
download | cpython-3de75266aafa32e4d435b5b8a9d950acb53a5990.zip cpython-3de75266aafa32e4d435b5b8a9d950acb53a5990.tar.gz cpython-3de75266aafa32e4d435b5b8a9d950acb53a5990.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_support.py')
-rw-r--r-- | Lib/test/test_support.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 8aab9de..2e4c93a 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -109,7 +109,7 @@ except IOError: TESTFN = TMP_TESTFN del TMP_TESTFN except IOError: - print ('WARNING: tests will fail, unable to write to: %s or %s' % + print ('WARNING: tests will fail, unable to write to: %s or %s' % (TESTFN, TMP_TESTFN)) if fp is not None: fp.close() |