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

Fixed IndexError in Worksheet.get_all_records() #633

Merged
merged 2 commits into from
Dec 5, 2018

Conversation

AivanF
Copy link
Contributor

@AivanF AivanF commented Dec 2, 2018

Added data length checking to prevent IndexError in .get_all_records() method of Worksheet class. This is a small fix for the issue #629.

// Sorry for the second similar pull request

Added data len checking to prevernt IndexError (issue burnash#629)
Added data length checking to prevent IndexError in .get_all_records() method of Worksheet class. This is a small fix for the issue burnash#629.
@AivanF
Copy link
Contributor Author

AivanF commented Dec 2, 2018

I don't know why the Travis CI fails, but I think this is due to some other code and tests which aren't related to my code changes because it works on my machine well and the bug is fixed :)

@burnash
Copy link
Owner

burnash commented Dec 5, 2018

Thank you for the contribution. Please ignore Travis failure, it uses recorded data and there's an unrelated issue with it.

@burnash burnash merged commit 1580376 into burnash:master Dec 5, 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