Skip to content

Conversation

alouhaha
Copy link
Contributor

Bug in range(len(count) - 1, -1) ,need 3 arguments here, otherwise the result is empty. Should be range(len(count) - 1, -1, -1)

Bug in  range(len(count) - 1, -1) ,need 3 arguments here, otherwise the result is empty
Copy link
Owner

@aymericdamien aymericdamien left a comment

Choose a reason for hiding this comment

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

Indeed! thanks for fixing that.

@aymericdamien aymericdamien merged commit 796de7c into aymericdamien:master Dec 10, 2018
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