Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-15 07:20:43 -04:00
parent fea127fa19
commit 2282e7045f
+1 -1
View File
@@ -484,7 +484,7 @@ def resolve_deps(
collected_hashes = [
'sha256:' + s for s in collected_hashes
]
except (ValueError, KeyError, ConnectionError) as e:
except (ValueError, KeyError, ConnectionError):
if verbose:
click.echo(
'{0}: Error generating hash for {1}'.format(