Skip to content

Commit

Permalink
Merge pull request #143 from cs50/develop
Browse files Browse the repository at this point in the history
v2.4.3
  • Loading branch information
Kareem Zidane authored Sep 14, 2017
2 parents f4016cd + a99be24 commit c97f9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ class CustomInstall(install):
"console_scripts": ["submit50=submit50:main"]
},
url="https://github.com/cs50/submit50",
version="2.4.2"
version="2.4.3"
)
2 changes: 1 addition & 1 deletion submit50.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def submit(org, branch):
except BaseException:
if password:
e = Error(_("Looks like {} isn't enabled for your account yet. "
"Log into https://cs50.me/ in a browser, click \"Authorize application\", and re-run {} here!".format(org, org)))
"Go to https://cs50.me/authorize and make sure you accept any pending invitations!".format(org, org)))
else:
e = Error(_("Looks like you have the wrong username in ~/.gitconfig or {} isn't yet enabled for your account. "
"Double-check ~/.gitconfig and then log into https://cs50.me/ in a browser, "
Expand Down

0 comments on commit c97f9a2

Please sign in to comment.