Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix uninitialized variable error + add unit-tests #9

Merged
merged 3 commits into from
Mar 10, 2016

Conversation

akariv
Copy link
Member

@akariv akariv commented Mar 10, 2016

No description provided.


def check():
token = request.values.get('jwt')
next = request.args.get('next', None)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't use next - it is builtin in py3

@pwalsh
Copy link
Member

pwalsh commented Mar 10, 2016

@akariv ok, is good.

akariv added a commit that referenced this pull request Mar 10, 2016
Fix uninitialized variable error + add unit-tests
@akariv akariv merged commit d5e1c4c into master Mar 10, 2016
@akariv akariv deleted the fix/error-in-oauth-callback branch March 10, 2016 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants