From 0df5f2e46b1742ebb3caee25548d255051bd149c Mon Sep 17 00:00:00 2001 From: jelleas Date: Fri, 8 May 2020 16:39:55 +0200 Subject: [PATCH 1/2] not --- check50/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check50/__main__.py b/check50/__main__.py index 0b321db1..20b2a125 100644 --- a/check50/__main__.py +++ b/check50/__main__.py @@ -326,7 +326,7 @@ def main(): setup_logging(args.verbose) # Warning in case of running remotely with no_download_checks or no_install_dependencies set - if args.local: + if not args.local: useless_args = [] if args.no_download_checks: useless_args.append("--no-downloads-checks") From c9b5af5802f25c69fb9509ee178b3fa2a4af6506 Mon Sep 17 00:00:00 2001 From: Kareem Zidane Date: Fri, 8 May 2020 10:43:12 -0400 Subject: [PATCH 2/2] upped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb0bba08..7444ff57 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,6 @@ "console_scripts": ["check50=check50.__main__:main"] }, url="https://github.com/cs50/check50", - version="3.1.0", + version="3.1.1", include_package_data=True )