From: Tomas Babej Date: Sun, 22 Mar 2015 19:24:49 +0000 (+0100) Subject: TaskWarrior: Fix typo X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/1b823cd6b9d36b549704828005317c2296e75ec5?hp=b0b1b863292eb7b5777cfb25a6bc5d1ab0b8282f TaskWarrior: Fix typo --- diff --git a/tasklib/task.py b/tasklib/task.py index 38386ef..38aeed7 100644 --- a/tasklib/task.py +++ b/tasklib/task.py @@ -885,7 +885,7 @@ class TaskWarrior(object): data_location = os.path.expanduser(data_location) if create and not os.path.exists(data_location): os.makedirs(data_location) - self.config['data.location'] = data_location, + self.config['data.location'] = data_location self.tasks = TaskQuerySet(self)