mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
fix: fix ci
This commit is contained in:
parent
4a02d487b3
commit
644ff16f5f
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@ async def get_version_impl(info) -> VersionResult:
|
|||
version = elements[0]
|
||||
return version
|
||||
except IndexError:
|
||||
raise GetVersionError(pkg_name, "parse error.")
|
||||
raise GetVersionError("parse error", pkg_name=pkg_name)
|
||||
|
|
Loading…
Add table
Reference in a new issue