]> git.decadent.org.uk Git - dak.git/commitdiff
remove an unneeded linewrap
authorJoerg Jaspert <joerg@debian.org>
Fri, 30 Oct 2009 11:09:18 +0000 (12:09 +0100)
committerJoerg Jaspert <joerg@debian.org>
Fri, 30 Oct 2009 11:09:18 +0000 (12:09 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/rm.py

index 4c88e61dd968b42faa7f7316583d3a667597ec6a..5911eb40e3e19a11ec6b98a9944cc9d07ef84eef 100755 (executable)
--- a/dak/rm.py
+++ b/dak/rm.py
@@ -492,7 +492,7 @@ def main ():
     game_over()
 
     whoami = utils.whoami()
-    date = commands.getoutput('date -R')
+    date = commands.getoutput('date -R').strip()
 
     # Log first; if it all falls apart I want a record that we at least tried.
     logfile = utils.open_file(cnf["Rm::LogFile"], 'a')