Skip to content

Commit

Permalink
Merge pull request #325 from cs50/curiouskiwi-patch-1
Browse files Browse the repository at this point in the history
clarify check50 browser message
  • Loading branch information
rongxin-liu authored Dec 24, 2023
2 parents c9d3d2e + 92644b5 commit fbb05c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion check50/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def main():
else:
url = f"https://submit.cs50.io/check50/{tag_hash}"

termcolor.cprint(_("To see the results in your browser go to {}").format(url), "white", attrs=["bold"])
termcolor.cprint(_("To see more detailed results go to {}").format(url), "white", attrs=["bold"])

sys.exit(should_fail(results))

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"console_scripts": ["check50=check50.__main__:main"]
},
url="https://github.com/cs50/check50",
version="3.3.10",
version="3.3.11",
include_package_data=True
)

0 comments on commit fbb05c0

Please sign in to comment.