Skip to content

Commit 4b50aaf

Browse files
committed
Make sure goodhtml has a value also if retrieval fails.
- Legacy-Id: 570
1 parent bba75ba commit 4b50aaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def doUrlsTest(self, lst):
292292
note(" 200 %s" % (master))
293293
except urllib.URLError, e:
294294
note(" %s %s" % (e.code, e.url))
295+
goodhtml = None
295296
try:
296297
if goodhtml and response.content:
297298
if "sort" in codes:

0 commit comments

Comments
 (0)