From: Luca Falavigna Date: Sun, 3 Oct 2010 13:37:38 +0000 (+0000) Subject: Fix sorting of NEW packages X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=c46d54d104413c34650774828929d93475841ffc Fix sorting of NEW packages Signed-off-by: Luca Falavigna --- 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