Commit 09037e96 authored by Łukasz Nowak's avatar Łukasz Nowak

Do not hide issues.

Even if this snippet was copied from code which hide all exceptions, do not
hide.
parent fa6f3501
......@@ -138,8 +138,6 @@ class Download(object):
raise ChecksumError(
'MD5 checksum mismatch for cached download '
'from %r at %r' % (url, cached_path))
except Exception:
pass
self.logger.debug('Using cache file %s' % cached_path)
else:
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