[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 2/2] Revert "remove an unneeded linewrap" - not needed anymore.



This reverts commit fa8582a41855d39d864495f1bc0b28805d992ad1.

Signed-off-by: Chris Lamb <lamby@debian.org>
---
 dak/rm.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/rm.py b/dak/rm.py
index 00671f6..69b3597 100755
--- 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')
-- 
1.6.3.3


Reply to: