mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
Cache: Do not reference the old config dict for overrides
This commit is contained in:
parent
4131ec598e
commit
1a8f9c1d1c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class WarriorStore(object):
|
||||||
|
|
||||||
# Make sure context is not respected in any TaskWarrior
|
# Make sure context is not respected in any TaskWarrior
|
||||||
for tw in self.warriors.values():
|
for tw in self.warriors.values():
|
||||||
tw.config.update({'context':''})
|
tw.overrides.update({'context':''})
|
||||||
|
|
||||||
def __getitem__(self, key):
|
def __getitem__(self, key):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue