]> git.decadent.org.uk Git - dak.git/blobdiff - dak/rm.py
remove an unneeded linewrap
[dak.git] / 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')