From ddc0c0cc460e471eca8c067b0748976e042a7607 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 4 Jan 2015 00:46:49 +0100 Subject: [PATCH] TaskWarrior: Set dependency.confirmation=no by default --- tasklib/task.py | 1 + 1 file changed, 1 insertion(+) 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() -- 2.39.2