Skip to content

Fix error on missing close_function #14

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

Merged
merged 1 commit into from
Apr 5, 2018

Conversation

stlehmann
Copy link

This PR fixes the following bug:
There will be an error if no close_function has been defined due to missing self._close_args. This error origins in checking for self.close_function instead of self._close_function.

@peterhinch peterhinch merged commit d7f8b09 into peterhinch:master Apr 5, 2018
@peterhinch
Copy link
Owner

Thank you for spotting that. Now merged.

@stlehmann
Copy link
Author

You are welcome. Thanks for these great async libs and the tutorial helped me loads.

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