]> git.decadent.org.uk Git - dak.git/commitdiff
Add newline
authorMark Hymers <mhy@debian.org>
Tue, 26 Jul 2011 20:35:59 +0000 (21:35 +0100)
committerMark Hymers <mhy@debian.org>
Tue, 26 Jul 2011 20:35:59 +0000 (21:35 +0100)
Signed-off-by: Mark Hymers <mhy@debian.org>
daklib/dbconn.py

index 64437561c67a67e31646bc2b96d20097149af727..5b5dc5bc707f375a5027cf75777e47ec41b23ee7 100755 (executable)
@@ -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