mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Reflow long line.
This commit is contained in:
parent
afd43b5512
commit
bd9f520907
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ class urlretrieveNetworkTests(unittest.TestCase):
|
|||
" urlretrieve is not a valid path")
|
||||
FILE = file(file_location)
|
||||
try:
|
||||
self.assert_(FILE.read(), "reading from the file location returned "
|
||||
"by urlretrieve failed")
|
||||
self.assert_(FILE.read(), "reading from the file location returned"
|
||||
" by urlretrieve failed")
|
||||
finally:
|
||||
FILE.close()
|
||||
os.unlink(file_location)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue