From: Joerg Jaspert Date: Wed, 24 Dec 2008 00:06:42 +0000 (+0100) Subject: A space X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=6cfe8860203b9f38ce57f46648b9b4027d50286b;p=dak.git A space Signed-off-by: Joerg Jaspert --- diff --git a/dak/queue_report.py b/dak/queue_report.py index ce0f1bf1..adbc554a 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -450,7 +450,7 @@ def process_changes_files(changes_files, type): # For the rest, check to see if we have them, then print them out f.write("Source: " + source + "\n") f.write("Version: " + version_list + "\n") - f.write("Architectures:") + f.write("Architectures: ") f.write( (", ".join(arch_list.split(" "))) + "\n") f.write("Age: " + time_pp(last_modified) + "\n")