From 3794462417522fe7ded56032147a87bd0edd2479 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sat, 18 Sep 2010 08:49:25 +0000 Subject: [PATCH] oops Signed-off-by: Mark Hymers --- dak/process_new.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dak/process_new.py b/dak/process_new.py index ff0c2640..f11c7c02 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -675,8 +675,7 @@ def do_pkg(changes_file, session): # got already processed byhand components print "Warning: This has byhand components and probably shouldn't be in NEW." print "Contact an ftpmaster as this needs to be dealt with by them" - continue - if new: + elif new: do_new(u, session) else: try: -- 2.39.2