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

Return instead of raising StopIteration inside generator #17

Merged
merged 1 commit into from Sep 9, 2018
Merged

Return instead of raising StopIteration inside generator #17

merged 1 commit into from Sep 9, 2018

Conversation

andrevmatos
Copy link
Contributor

Makes it compatible with Python 3.7
Also fix over-idented code on that function
Fix #16

@coveralls
Copy link

Coverage Status

Coverage remained the same at 83.333% when pulling 0217b53 on andrevmatos:fix_py37 into 3af44ad on tk0miya:master.

@tk0miya
Copy link
Owner

tk0miya commented Sep 9, 2018

Thanks!

@andrevmatos andrevmatos deleted the fix_py37 branch September 11, 2018 13:54
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.

flake8-coding fails on python 3.7 with "RuntimeError: generator raised StopIteration"
3 participants