X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fqueue_report.py;h=2b501ac03dc635bb170d1796eb383a5c62ce22ed;hb=80da5a3f40c2012bcefc7e73014ef41a9300562f;hp=8152bfa63e7e9c4cabe85754dc8a7aa1059bc334;hpb=a9e2e913b9dbca9a8a64ef2d78858b3e1c65a21b;p=dak.git diff --git a/dak/queue_report.py b/dak/queue_report.py index 8152bfa6..2b501ac0 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -552,9 +552,10 @@ def process_queue(queue, log, rrd_dir): log.write("Changes-File: " + os.path.basename(changes_file) + "\n") log.write("\n") + total_count = len(queue.uploads) + source_count = len(per_source_items) + if Cnf.has_key("Queue-Report::Options::New"): - total_count = len(queue.uploads) - source_count = len(per_source_items) direction.append([5,1,"ao"]) entries.sort(lambda x, y: sortfunc(x, y)) # Output for a html file. First table header. then table_footer.