X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fstats.py;h=583178b28a01d89b660dfc15ef67b089b3fd422e;hb=eb7609bc253b856d1463610e4daa4f4c7aec7e90;hp=e3e9077bcbe6ed991eaf0fb32a77b6b879709ba5;hpb=4eb2eff3c463697fd411f29443e1bd669e710bb5;p=dak.git diff --git a/dak/stats.py b/dak/stats.py index e3e9077b..583178b2 100755 --- a/dak/stats.py +++ b/dak/stats.py @@ -193,7 +193,7 @@ def number_of_packages(): output = output + arch.center(longest_arch)+" |" for suite_id in suite_id_list: if suite_arches[suite_id].has_key(arch): - count = repr(d[suite_id][arch_id]) + count = "%d" % d[suite_id][arch_id] else: count = "-" output = output + count.rjust(longest_suite)+" |"