From fa8582a41855d39d864495f1bc0b28805d992ad1 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 30 Oct 2009 12:09:18 +0100 Subject: [PATCH] remove an unneeded linewrap Signed-off-by: Joerg Jaspert --- dak/rm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/rm.py b/dak/rm.py index 4c88e61d..5911eb40 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') + date = commands.getoutput('date -R').strip() # 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.2