Skip to content

Commit

Permalink
Merge aaf0705 into 544c201
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouhei committed Sep 19, 2020
2 parents 544c201 + aaf0705 commit 38f714f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_py/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def package_existent(name):
Timeout,
ConnectionError,
HTTPError) as exc:
raise BackendFailure(exc)
raise BackendFailure(exc) from exc

0 comments on commit 38f714f

Please sign in to comment.