]> git.decadent.org.uk Git - dak.git/blobdiff - dak/stats.py
Merge commit 'lamby/master' into merge
[dak.git] / dak / stats.py
index e3e9077bcbe6ed991eaf0fb32a77b6b879709ba5..583178b28a01d89b660dfc15ef67b089b3fd422e 100755 (executable)
@@ -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)+" |"