From: Chris Lamb Date: Fri, 30 Oct 2009 11:13:33 +0000 (+0000) Subject: Revert "remove an unneeded linewrap" - not needed anymore. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89835d22b84c51c2196eacb1d66765c2c0b6193c;p=dak Revert "remove an unneeded linewrap" - not needed anymore. This reverts commit fa8582a41855d39d864495f1bc0b28805d992ad1. Signed-off-by: Chris Lamb --- 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')