]> git.decadent.org.uk Git - dak.git/commitdiff
It's called 'next', not 'continue'. =)
authorChris Lamb <lamby@debian.org>
Tue, 27 Oct 2009 19:38:49 +0000 (19:38 +0000)
committerChris Lamb <lamby@debian.org>
Tue, 27 Oct 2009 19:45:02 +0000 (19:45 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
daklib/queue.py

index 851ae4d4aae54d4f01f93d6c2315bc7580b662d4..bf2cf4189037d7b9b0623a81487a136b18545fdc 100755 (executable)
@@ -1269,7 +1269,7 @@ class Upload(object):
                     if lintiantags['warning'][etag]:
                         # The tag is overriden, and it is allowed to be overriden.
                         # Continue as if it isnt there.
-                        next
+                        continue
                     elif lintiantags['error'][etag]:
                         # The tag is overriden - but is not allowed to be
                         self.rejects.append("%s: Overriden tag %s found, but this tag may not be overwritten." % (epackage, etag))