mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-20 01:03:06 +02:00
taskwiki: Do not respect context
This commit is contained in:
parent
a547c30c71
commit
c0c7eeded3
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ How this plugin works:
|
|||
tw = TaskWarrior()
|
||||
cache = cache.TaskCache(tw)
|
||||
|
||||
# Make sure context is not respected
|
||||
tw.config.update({'context':''})
|
||||
|
||||
|
||||
class WholeBuffer(object):
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue