]> git.decadent.org.uk Git - dak.git/commitdiff
A space
authorJoerg Jaspert <joerg@debian.org>
Wed, 24 Dec 2008 00:06:42 +0000 (01:06 +0100)
committerJoerg Jaspert <joerg@debian.org>
Wed, 24 Dec 2008 00:06:42 +0000 (01:06 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/queue_report.py

index ce0f1bf1c71b23d2daf88ae6976f733e40b5b897..adbc554a36dfbeaac60c0930f92013dadba36ac7 100755 (executable)
@@ -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")