From: Matthijs Kooijman Date: Mon, 17 Aug 2009 20:14:09 +0000 (+0200) Subject: Make sure the gtd base path has a trailing slash. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fmobilegtd.git;a=commitdiff_plain;h=bb7a20ca09eaf1cb81a00625bf91171a428e372d Make sure the gtd base path has a trailing slash. --- 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"