mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-20 01:03:06 +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']
|
tw = self.warriors[match.group('source') or 'default']
|
||||||
uuid = match.group('uuid')
|
uuid = match.group('uuid')
|
||||||
|
|
||||||
|
if not uuid:
|
||||||
|
continue
|
||||||
|
|
||||||
raw_task_info.append((uuid, tw))
|
raw_task_info.append((uuid, tw))
|
||||||
|
|
||||||
for tw in self.warriors.values():
|
for tw in self.warriors.values():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue