Cache: Do not reference the old config dict for overrides

This commit is contained in:
Tomas Babej 2015-08-15 15:19:30 +02:00
parent 4131ec598e
commit 1a8f9c1d1c

View file

@ -35,7 +35,7 @@ class WarriorStore(object):
# Make sure context is not respected in any TaskWarrior
for tw in self.warriors.values():
tw.config.update({'context':''})
tw.overrides.update({'context':''})
def __getitem__(self, key):
try: