From c46d54d104413c34650774828929d93475841ffc Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sun, 3 Oct 2010 13:37:38 +0000 Subject: [PATCH] Fix sorting of NEW packages Signed-off-by: Luca Falavigna --- dak/process_new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/process_new.py b/dak/process_new.py index 41e9e802..a7cfb94e 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -765,7 +765,7 @@ def main(): sys.stderr.write("Sorting changes...\n") changes_files = sort_changes(changes_paths, session) - for changes_file in changes_paths: + for changes_file in changes_files: changes_file = utils.validate_changes_file_arg(changes_file, 0) if not changes_file: continue -- 2.39.5