mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
VwtaskStore: Fix incorrect cache reference
This commit is contained in:
parent
7345550ba6
commit
6be71fae0b
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class VwtaskStore(NoNoneStore):
|
|||
class ViewportStore(NoNoneStore):
|
||||
|
||||
def get_method(self, line):
|
||||
return viewport.ViewPort.from_line(line, self)
|
||||
return viewport.ViewPort.from_line(line, self.cache)
|
||||
|
||||
|
||||
class LineStore(NoNoneStore):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue