mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Whitespace normalization.
This commit is contained in:
parent
e7130315a5
commit
3de75266aa
7 changed files with 265 additions and 265 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue