Open StephanMeijer opened 2 years ago
When using. TaskWarriorShellout
Likely caused by legacy = True
Workaround for partial updates:
id, task_to_update = tw.get_task(uuid=task.uuid)
_line, task = tw.task_update(task_to_update | task.dict(exclude_unset=True))
return task
If the property is not passed to task_update when doing an update, annotations seem to be truncated.