From cebfc35a20f92114c985b2d837cdbeb697b1dd3f Mon Sep 17 00:00:00 2001 From: mlncn Date: Sun, 2 May 2021 19:19:57 -0400 Subject: [PATCH] Remove duplicate .log on filename --- pomodoroprompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomodoroprompt.py b/pomodoroprompt.py index 605acd4..5d7c8b4 100644 --- a/pomodoroprompt.py +++ b/pomodoroprompt.py @@ -102,7 +102,7 @@ def prepare_file(utc_start, ext='csv', daily=False): if (daily): timelog_path += '-' \ + format(logpath_date.month, '02') + '-' \ - + format(logpath_date.day, '02') + '.log' + + format(logpath_date.day, '02') timelog_path += '.' + ext return timelog_path