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 bba75ba commit 4b50aafCopy full SHA for 4b50aaf
1 file changed
ietf/tests.py
@@ -292,6 +292,7 @@ def doUrlsTest(self, lst):
292
note(" 200 %s" % (master))
293
except urllib.URLError, e:
294
note(" %s %s" % (e.code, e.url))
295
+ goodhtml = None
296
try:
297
if goodhtml and response.content:
298
if "sort" in codes:
0 commit comments