mirror of
https://git.webmeisterei.com/webmeisterei/todoist-taskwarrior.git
synced 2025-07-12 14:12:29 +02:00
Add twoway sync
This commit is contained in:
@ -7,3 +7,10 @@ class UnsupportedRecurrence(Exception):
|
||||
super().__init__('Unsupported recurrence: %s' % date_string)
|
||||
self.date_string = date_string
|
||||
|
||||
|
||||
class TIItemNotFoundAfterCommit(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class TIProjectNotFound(Exception):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user