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

Fix indices check for pop operation in Python #9721

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Fix indices check for pop operation in Python #9721

merged 1 commit into from
Oct 13, 2023

Conversation

kimprice
Copy link
Contributor

fixes https://github.com/microsoft/pxt-minecraft/issues/2024

We were throwing an Index Error when trying to pop the 0th element because our check didn't include 0 as a valid index.

@kimprice kimprice requested a review from a team October 13, 2023 22:34
@kimprice kimprice merged commit ae5ff1e into master Oct 13, 2023
@kimprice kimprice deleted the kim-pop branch October 13, 2023 22:48
@kimprice
Copy link
Contributor Author

Whoops, accidentally linked the above.

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