]> git.donarmstrong.com Git - dak.git/commit
parse_file_list: really handle files without an entry in the Files field
authorAnsgar Burchardt <ansgar@debian.org>
Thu, 7 Mar 2013 06:42:44 +0000 (07:42 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Thu, 7 Mar 2013 06:44:26 +0000 (07:44 +0100)
commit060b14401469edd7321257c6e16bbefeaf1fa476
tree03e2f1e17a2de4c3bb79620ecaea4e242b85ef9c
parent5b73e91da92d1a329e996cb7591b365c30abe750
parse_file_list: really handle files without an entry in the Files field

We have to raise an exception right away after all if "entry" is None as we
later assign to "entry['sha*sum']".
daklib/upload.py