]> git.decadent.org.uk Git - dak.git/commitdiff
Revert "remove an unneeded linewrap" - not needed anymore.
authorChris Lamb <lamby@debian.org>
Fri, 30 Oct 2009 11:13:33 +0000 (11:13 +0000)
committerChris Lamb <lamby@debian.org>
Fri, 30 Oct 2009 11:16:55 +0000 (11:16 +0000)
This reverts commit fa8582a41855d39d864495f1bc0b28805d992ad1.

Signed-off-by: Chris Lamb <lamby@debian.org>
dak/rm.py

index 00671f6071859fd14552266c5b10489e647e34a9..69b35971db1c0d223d5b560c1e82e9c9804355de 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').strip()
+    date = commands.getoutput('date -R')
 
     # Log first; if it all falls apart I want a record that we at least tried.
     logfile = utils.open_file(cnf["Rm::LogFile"], 'a')