Oops. Syntax error.

- Legacy-Id: 675
This commit is contained in:
Henrik Levkowetz 2007-06-26 23:36:11 +00:00
parent 8ecc50b0fa
commit 955254b53c

View file

@ -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)