From: James Troup Date: Fri, 16 Jun 2006 03:57:23 +0000 (+0100) Subject: Fix handling of list of .changes files to upload. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=f4c840002f09c0b4bf71a635a32a04d4882d8389;p=dak.git Fix handling of list of .changes files to upload. --- 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