X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/ac41f90217fb7a3d36d405dbc77554aea7a6b15b..b2a271c051fedf8a9d2b254d2c1a242a2f32750f:/tasklib/task.py 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()