Skip to content

Commit 05e03af

Browse files
committed
Fix exception reporting
- Legacy-Id: 701
1 parent 8f54760 commit 05e03af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def doUrlsTest(self, lst):
294294
mfile.close()
295295
note(" 200 %s" % (master))
296296
except urllib.URLError, e:
297-
note(" %s %s" % (e.code, e.url))
297+
note(" Error retrieving %s: %s" % (e.url, e))
298298
goodhtml = None
299299
try:
300300
if goodhtml and response.content:

0 commit comments

Comments
 (0)