From f4c840002f09c0b4bf71a635a32a04d4882d8389 Mon Sep 17 00:00:00 2001 From: James Troup Date: Fri, 16 Jun 2006 04:57:23 +0100 Subject: [PATCH] Fix handling of list of .changes files to upload. --- dak/security_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/security_install.py b/dak/security_install.py index 2cea7308..46c861b5 100755 --- a/dak/security_install.py +++ b/dak/security_install.py @@ -114,7 +114,7 @@ def do_upload(changes_files): uploads[upload_uri] = [] uploads[upload_uri].extend(file_list) # Update the changes list for the upload uri - if not changes.has_key(upload_uri): + if not changesfiles.has_key(upload_uri): changesfiles[upload_uri] = [] changesfiles[upload_uri].append(changes_file) # Remember the suites and source name/version -- 2.39.2