aboutsummaryrefslogtreecommitdiffstats
path: root/updateCache.py
diff options
context:
space:
mode:
Diffstat (limited to 'updateCache.py')
-rwxr-xr-xupdateCache.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/updateCache.py b/updateCache.py
index 8e1af06..de3216c 100755
--- a/updateCache.py
+++ b/updateCache.py
@@ -111,7 +111,6 @@ def downloadAll(bibtex, missingOnly=0):
key = e.key
section = e.get("www_cache_section", ".")
for ftype, url in urls.items():
- fname = getCacheFname(key, ftype, section)
if missingOnly:
cachedURL = getCachedURL(key, ftype, section)
if cachedURL == url: