X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fqueue_report.py;h=29d0788124082c672d84eebebca86670d2a8608d;hb=076955c92fab7438ca1076e17ed07a997e9bd4de;hp=31aedaa979e145e1120b9bd83bf5cec3f2cf3be6;hpb=2edf9af0cc2d64eafbc4a98222e1288ce4536281;p=dak.git diff --git a/dak/queue_report.py b/dak/queue_report.py index 31aedaa9..29d07881 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -485,7 +485,7 @@ def process_changes_files(changes_files, type, log): source_count = len(per_source_items) table_header(type.upper(), source_count, total_count) for entry in entries: - (source, version_list, arch_list, note, last_modified, maint, distribution, closes, fingerprint, sponsor, changedby) = entry + (source, version_list, arch_list, note, last_modified, maint, distribution, closes, fingerprint, sponsor, changedby, undef) = entry table_row(source, version_list, arch_list, time_pp(last_modified), maint, distribution, closes, fingerprint, sponsor, changedby) table_footer(type.upper()) elif not Cnf.has_key("Queue-Report::Options::822"): @@ -494,7 +494,7 @@ def process_changes_files(changes_files, type, log): msg = "" for entry in entries: - (source, version_list, arch_list, note, last_modified, undef, undef, undef, undef, undef, undef) = entry + (source, version_list, arch_list, note, last_modified, undef, undef, undef, undef, undef, undef, undef) = entry msg += format % (source, version_list, arch_list, note, time_pp(last_modified)) if msg: