From b569263f121ba0db041674510dc726d18d081c23 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 9 Sep 2003 00:58:39 +0000 Subject: Debug caching on errors; improve look of generated pages. svn:r68 --- updateCache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updateCache.py') diff --git a/updateCache.py b/updateCache.py index 5edda3d..75999d0 100644 --- a/updateCache.py +++ b/updateCache.py @@ -120,7 +120,7 @@ def downloadAll(bibtex, missingOnly=0): downloadFile(key, ftype, url) print "Downloaded",url except UIError, e: - print >>sys,stderr, str(e) + print >>sys.stderr, str(e) errors.append((key,ftype,url,str(e))) except (IOError, socket.error), e: msg = "Error downloading %s: %s"%(url,str(e)) -- cgit v1.2.3-70-g09d2