From 116d60e8e849644ace31f5d5c05465e4f2d83494 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Tue, 26 Jul 2011 21:35:59 +0100 Subject: [PATCH] Add newline Signed-off-by: Mark Hymers --- daklib/dbconn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 64437561..5b5dc5bc 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -752,7 +752,7 @@ class BuildQueue(object): # Crude hack with open and append, but this whole section is and should be redone. if self.notautomatic: release=open("Release", "a") - release.write("NotAutomatic: yes") + release.write("NotAutomatic: yes\n") release.close() # Sign if necessary -- 2.39.2