diff options
| author | Nick Mathewson <nickm@torproject.org> | 2006-11-26 06:20:09 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2006-11-26 06:20:09 +0000 |
| commit | c588e8997dffc7e8dbf0f54b94c79261314ae2d8 (patch) | |
| tree | f1bdd5e1badadf48e28afe68add04fe2b7f953b1 /updateCache.py | |
| parent | adc4079a71c331fcb5c0d506a9d152307b5daeb2 (diff) | |
| download | anonbib-c588e8997dffc7e8dbf0f54b94c79261314ae2d8.tar.gz | |
r9810@Kushana: nickm | 2006-11-26 01:19:14 -0500
Code cleanups suggested by pychecker; some quite brain-dead.
svn:r187
Diffstat (limited to 'updateCache.py')
| -rwxr-xr-x | updateCache.py | 1 |
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: |
