From: Mark Hymers Date: Tue, 26 Jul 2011 20:35:59 +0000 (+0100) Subject: Add newline X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=116d60e8e849644ace31f5d5c05465e4f2d83494;hp=918c69a59548c413aedce304aa59b864e3254cf9;p=dak.git Add newline Signed-off-by: Mark Hymers --- 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