Skip to content
Commit 80fe3ae1 authored by sophiejjj's avatar sophiejjj Committed by Stefano Zacchiroli
Browse files

Remove `raise e` in models.PackageName.list_versions

This `raise e` is buggy. It shadows the following
InvalidPackageOrVersionError. Also, calling method may not catch it as
it's too vague, not a detailed Exception like
InvalidPackageOrVersionError.
parent 7c6e1d4a
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