From: Tomas Babej Date: Sat, 3 Jan 2015 23:46:49 +0000 (+0100) Subject: TaskWarrior: Set dependency.confirmation=no by default X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/ddc0c0cc460e471eca8c067b0748976e042a7607 TaskWarrior: Set dependency.confirmation=no by default --- diff --git a/tasklib/task.py b/tasklib/task.py index 7d1bbe4..6392b9e 100644 --- a/tasklib/task.py +++ b/tasklib/task.py @@ -570,6 +570,7 @@ class TaskWarrior(object): self.config = { 'data.location': os.path.expanduser(data_location), 'confirmation': 'no', + 'dependency.confirmation': 'no', # See TW-1483 or taskrc man page } self.tasks = TaskQuerySet(self) self.version = self._get_version()