From 75ccd6ec5513a632ef80e3917deaec480ff61d21 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Tue, 27 Oct 2009 19:38:49 +0000 Subject: [PATCH] It's called 'next', not 'continue'. =) Signed-off-by: Chris Lamb --- daklib/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/queue.py b/daklib/queue.py index 851ae4d4..bf2cf418 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -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)) -- 2.39.2