Commit e52a53c4 authored by Łukasz Nowak's avatar Łukasz Nowak

Merge branch 'bug_692600'

parents c25bef4d 09037e96
...@@ -138,8 +138,6 @@ class Download(object): ...@@ -138,8 +138,6 @@ class Download(object):
raise ChecksumError( raise ChecksumError(
'MD5 checksum mismatch for cached download ' 'MD5 checksum mismatch for cached download '
'from %r at %r' % (url, cached_path)) 'from %r at %r' % (url, cached_path))
except Exception:
pass
self.logger.debug('Using cache file %s' % cached_path) self.logger.debug('Using cache file %s' % cached_path)
else: else:
self.logger.debug('Cache miss; will cache %s as %s' % self.logger.debug('Cache miss; will cache %s as %s' %
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment