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

[dak/master] oops



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/process_new.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dak/process_new.py b/dak/process_new.py
index ff0c264..f11c7c0 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:
-- 
1.5.6.5


Reply to: