From: Joerg Jaspert Date: Sun, 3 May 2009 10:00:38 +0000 (+0200) Subject: examine_package X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=fe6f6bc88358b2a45e9453623cb5c0531300808d;p=dak.git examine_package a set of newlines Signed-off-by: Joerg Jaspert --- diff --git a/dak/examine_package.py b/dak/examine_package.py index 29147221..748a3be4 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)