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