Make sure the gtd base path has a trailing slash.
[matthijs/upstream/mobilegtd.git] / src / config / defaultconfig.py
index afa0f7e911069f0ea330e2372f9556f263ac98c7..f750e73f3d8f3f4aed1c13ccb7cd93356dd4a0f4 100644 (file)
@@ -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"