Skip to content

Commit fbb05c0

Browse files
authored
Merge pull request #325 from cs50/curiouskiwi-patch-1
clarify check50 browser message
2 parents c9d3d2e + 92644b5 commit fbb05c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

check50/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def main():
417417
else:
418418
url = f"https://submit.cs50.io/check50/{tag_hash}"
419419

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

422422
sys.exit(should_fail(results))
423423

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"console_scripts": ["check50=check50.__main__:main"]
3131
},
3232
url="https://github.com/cs50/check50",
33-
version="3.3.10",
33+
version="3.3.11",
3434
include_package_data=True
3535
)

0 commit comments

Comments
 (0)