提交 f4c84000 编写于 作者: J James Troup

Fix handling of list of .changes files to upload.

上级 1ec0e7a1
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册