mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23:07 +02:00
VimwikiTask: Do not update unsaved tasks from TW
This commit is contained in:
parent
bae56aa1c8
commit
556f94a916
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class VimwikiTask(object):
|
|||
|
||||
|
||||
def update_from_tw(self, refresh=False):
|
||||
if not self.task:
|
||||
if not self.task.saved:
|
||||
return
|
||||
|
||||
# We refresh only if specified, since sometimes we
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue