X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/ac41f90217fb7a3d36d405dbc77554aea7a6b15b..3a33ae4c90af752f7cce2312bf08871101d7574b:/tasklib/task.py?ds=inline 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()