From e0e960a40f15f3cfa7752c33fadb8d6fb2502591 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 23 Apr 2015 07:23:06 +0200 Subject: [PATCH] Omit 'until' attribute from shifted attributes. Shifting works, but TW then removes the parent task. --- pirate_add_shift_recurrence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirate_add_shift_recurrence.py b/pirate_add_shift_recurrence.py index e3c4848..88c0fec 100644 --- a/pirate_add_shift_recurrence.py +++ b/pirate_add_shift_recurrence.py @@ -4,7 +4,7 @@ import sys import os from tasklib.task import TaskWarrior -time_attributes = ('wait', 'until', 'scheduled') +time_attributes = ('wait', 'scheduled') def is_new_local_recurrence_child_task(task): # Do not affect tasks not spun by recurrence -- 2.39.2