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: i > NB_KEPT returned NB_KEPT+1 #7

Merged
merged 2 commits into from
Feb 23, 2024
Merged

Conversation

weber-s
Copy link
Member

@weber-s weber-s commented Feb 21, 2024

when retrieving content, the condition i > NB_KEPT was one shifted... So replaced it with i >= NB_KEPT.

@RiwsPy
Copy link
Member

RiwsPy commented Feb 21, 2024

LGTM ! 👍

@DylannCordel DylannCordel added bug Something isn't working good first issue Good for newcomers labels Feb 21, 2024
@DylannCordel
Copy link
Member

LGTM too but is it possible to add tests ? see #8

@weber-s weber-s merged commit 6ae6ffa into webu:main Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants