Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yingziwu committed Mar 9, 2024
1 parent 4a02d48 commit 644ff16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvchecker_source/go.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 644ff16

Please sign in to comment.