aboutsummaryrefslogtreecommitdiffstats
path: root/updateCache.py
diff options
context:
space:
mode:
Diffstat (limited to 'updateCache.py')
-rw-r--r--updateCache.py2
1 files changed, 1 insertions, 1 deletions
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))