diff --git a/ietf/tests.py b/ietf/tests.py index b528a07be..040167b74 100644 --- a/ietf/tests.py +++ b/ietf/tests.py @@ -286,7 +286,7 @@ class UrlTestCase(TestCase): res = ("Fail", "Exc") note("Exception for URL '%s'" % url) traceback.print_exc() - if master and not "skipdiff" in codes:: + if master and not "skipdiff" in codes: try: #print "Fetching", master, "...", mfile = urllib.urlopen(master)