Skip to content

Commit

Permalink
clarify check50 browser message
Browse files Browse the repository at this point in the history
Change wording to make it clearer that the URL may give more detailed results.
  • Loading branch information
curiouskiwi authored Dec 24, 2023
1 parent c9d3d2e commit 4a6eef4
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4a6eef4

Please sign in to comment.