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

[dak/master] examine_package



a set of newlines

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

diff --git a/dak/examine_package.py b/dak/examine_package.py
index 2914722..748a3be 100755
--- a/dak/examine_package.py
+++ b/dak/examine_package.py
@@ -453,7 +453,7 @@ def get_readme_source (dsc_filename):
     if os.path.exists(path):
         res += do_command("cat", path)
     else:
-        res += "No README.source in this package"
+        res += "No README.source in this package\n\n"
 
     try:
         shutil.rmtree(tempdir)
-- 
1.5.6.5


Reply to: