[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] A space



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/queue_report.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/queue_report.py b/dak/queue_report.py
index ce0f1bf..adbc554 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")
 
-- 
1.5.6.5


Reply to: