Skip to content

Commit

Permalink
Made traceback in version check failure more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Dec 15, 2023
1 parent a9ddffd commit 0007f22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/_ext/cookbook/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ def get_tag_matching_installed_version(repo: str) -> str:
return version
else:
raise ValueError(
f"Could not find tag for version {version}; found tags {tagnames}"
f"Could not find tag for version {version} of repo {repo}; "
f"found tags {tagnames}"
)

0 comments on commit 0007f22

Please sign in to comment.