From bb7a20ca09eaf1cb81a00625bf91171a428e372d Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 17 Aug 2009 22:14:09 +0200 Subject: [PATCH] Make sure the gtd base path has a trailing slash. --- src/config/defaultconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/defaultconfig.py b/src/config/defaultconfig.py index afa0f7e..f750e73 100644 --- a/src/config/defaultconfig.py +++ b/src/config/defaultconfig.py @@ -6,7 +6,7 @@ default_configuration = {"screen":"normal", # Make the path absolute. This is a no-op on Symbian, since it is # already absolute, but helps when running on other systems (some of the # code relies on this path being absolute). -"path": os.path.abspath("C:/Data/GTD/"), +"path": os.path.abspath("C:/Data/GTD") + os.sep, "inactivity_threshold":"7", "read_sms":"1", "action_editor":"form" -- 2.30.2