mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 15:53:07 +02:00
cache: load_tasks: Do not pre-load tasks without uuid
This commit is contained in:
parent
68efe7e1f9
commit
e5adf64719
1 changed files with 3 additions and 0 deletions
|
@ -157,6 +157,9 @@ class TaskCache(object):
|
|||
tw = self.warriors[match.group('source') or 'default']
|
||||
uuid = match.group('uuid')
|
||||
|
||||
if not uuid:
|
||||
continue
|
||||
|
||||
raw_task_info.append((uuid, tw))
|
||||
|
||||
for tw in self.warriors.values():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue