Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kareem Zidane committed May 8, 2020
2 parents 42ab12e + c9b5af5 commit 7f73ae8
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 @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 7f73ae8

Please sign in to comment.