X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/a39f27ce1b92af11794fde4f0b7badc8a39d0d6f..7d13bbc51e188d603ddd15c607b0bc2b9fee80d4:/tasklib/task.py?ds=sidebyside diff --git a/tasklib/task.py b/tasklib/task.py index 9b3626d..239e2b4 100644 --- a/tasklib/task.py +++ b/tasklib/task.py @@ -670,7 +670,8 @@ class TaskWarrior(object): self.config = { 'data.location': os.path.expanduser(data_location), 'confirmation': 'no', - 'dependency.confirmation': 'no', # See TW-1483 or taskrc man page + 'dependency.confirmation': 'no', # See TW-1483 or taskrc man page + 'recurrence.confirmation': 'no', # Necessary for modifying R tasks } self.tasks = TaskQuerySet(self) self.version = self._get_version()