Skip to content

Commit 955254b

Browse files
committed
Oops. Syntax error.
- Legacy-Id: 675
1 parent 8ecc50b commit 955254b

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
@@ -286,7 +286,7 @@ def doUrlsTest(self, lst):
286286
res = ("Fail", "Exc")
287287
note("Exception for URL '%s'" % url)
288288
traceback.print_exc()
289-
if master and not "skipdiff" in codes::
289+
if master and not "skipdiff" in codes:
290290
try:
291291
#print "Fetching", master, "...",
292292
mfile = urllib.urlopen(master)

0 commit comments

Comments
 (0)