mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-20 01:03:06 +02:00
This commit is contained in:
parent
22557e7d42
commit
86f75f6889
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class ViewPort(object):
|
|||
# Process syntactic sugar: Context expansion
|
||||
detected_contexts = []
|
||||
for token in filter(lambda x: x.startswith('@'), taskfilter_args):
|
||||
context_variable_name = 'context.{0}'.format(token[1:])
|
||||
context_variable_name = 'context.{0}.read'.format(token[1:])
|
||||
context_definition = self.tw.config.get(context_variable_name)
|
||||
|
||||
if context_definition:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue