We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9d3d2e + 92644b5 commit fbb05c0Copy full SHA for fbb05c0
check50/__main__.py
@@ -417,7 +417,7 @@ def main():
417
else:
418
url = f"https://submit.cs50.io/check50/{tag_hash}"
419
420
- 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"])
421
422
sys.exit(should_fail(results))
423
setup.py
@@ -30,6 +30,6 @@
30
"console_scripts": ["check50=check50.__main__:main"]
31
},
32
url="https://github.com/cs50/check50",
33
- version="3.3.10",
+ version="3.3.11",
34
include_package_data=True
35
)
0 commit comments