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 the DEBUG API command. #14

Merged
merged 1 commit into from
Apr 16, 2017
Merged

Fix the DEBUG API command. #14

merged 1 commit into from
Apr 16, 2017

Conversation

mechanical-fish
Copy link
Contributor

The _in_debug local was shadowing the global _in_debug variable in
main(), causing debug messages not to appear as designed when the
DEBUG command was sent.

Tested in Python 2.7.

The `_in_debug` local was shadowing the global `_in_debug` variable in
`main()`, causing debug messages not to appear as designed when the
`DEBUG` command was sent.

Tested in Python 2.7.
@hnsl hnsl merged commit 2bdd2b1 into hnsl:master Apr 16, 2017
@hnsl
Copy link
Owner

hnsl commented Apr 16, 2017

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants