Fixing up fact_cache use in VariableManager

This commit is contained in:
James Cammarata 2015-07-13 11:06:03 -04:00
parent 932d1e57f7
commit d977da5b41
2 changed files with 11 additions and 6 deletions

View file

@ -73,7 +73,7 @@ class CacheModule(BaseCacheModule):
except ValueError:
# FIXME: this is in display now, but cache plugins don't have that
#utils.warning("error while trying to write to %s : %s" % (cachefile, str(e)))
return dict()
raise KeyError
finally:
f.close()