[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 07/16] It's called 'next', not 'continue'. =)



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 daklib/queue.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daklib/queue.py b/daklib/queue.py
index 851ae4d..bf2cf41 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))
-- 
1.6.3.3



Reply to: