Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd43b5 commit bd9f520Copy full SHA for bd9f520
1 file changed
Lib/test/test_urllibnet.py
@@ -115,8 +115,8 @@ def test_basic(self):
115
" urlretrieve is not a valid path")
116
FILE = file(file_location)
117
try:
118
- self.assert_(FILE.read(), "reading from the file location returned "
119
- "by urlretrieve failed")
+ self.assert_(FILE.read(), "reading from the file location returned"
+ " by urlretrieve failed")
120
finally:
121
FILE.close()
122
os.unlink(file_location)
0 commit comments