taskwiki: Do not respect context

This commit is contained in:
Tomas Babej 2015-03-22 12:26:37 +01:00
parent a547c30c71
commit c0c7eeded3

View file

@ -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