From 89835d22b84c51c2196eacb1d66765c2c0b6193c Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 30 Oct 2009 11:13:33 +0000 Subject: [PATCH] Revert "remove an unneeded linewrap" - not needed anymore. This reverts commit fa8582a41855d39d864495f1bc0b28805d992ad1. Signed-off-by: Chris Lamb --- dak/rm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/rm.py b/dak/rm.py index 00671f60..69b35971 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') -- 2.39.5