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

Pass queue to handle_response where it is being used #14

Closed

Conversation

ycombinator
Copy link
Contributor

In 43df383, the code was refactored to extract handle_response out of run. During this refactoring the queue variable was not passed to handle_response, even though this method references queue. Consequently, the bug reported in #13 occurs. This PR fixes this bug.

Fixes #13

@elasticsearch-release
Copy link

Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run; then say 'jenkins, test it'.

@suyograo
Copy link
Contributor

LGTM

@elasticsearch-bot
Copy link

Suyog Rao merged this into the following branches!

Branch Commits
master f618d75

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.

Errors: "undefined local variable or method `queue'"
4 participants