We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082ecaf commit 8056005Copy full SHA for 8056005
odml/terminology.py
@@ -41,8 +41,6 @@ def cache_load(url, replace_file=False):
41
if not os.path.exists(cache_dir):
42
raise
43
cache_file = os.path.join(cache_dir, filename)
44
- if replace_file and os.path.exists(cache_file):
45
- os.remove(cache_file)
46
if not os.path.exists(cache_file) \
47
or replace_file \
48
or datetime.datetime.fromtimestamp(os.path.getmtime(cache_file)) < \
0 commit comments