]> git.decadent.org.uk Git - dak.git/blobdiff - dak/rm.py
Fix check_indices_files_exist in check-archive.
[dak.git] / 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')