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 default index throws exception #2

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

UnknownUser95
Copy link
Contributor

@UnknownUser95 UnknownUser95 commented Aug 18, 2023

While switching from pick to pickpack I noticed a weird error:
The default_index option only allows an index of list size - 1.
This is because pickpack does not count the first option (Select all) as an option, but it still has an index.

So here's the small fix for that.

@anafvana anafvana merged commit eb978b0 into anafvana:master Jul 2, 2024
@anafvana
Copy link
Owner

anafvana commented Jul 2, 2024

Apparently, I'm awful at keeping up with what's happening on my projects. Sorry for the delay and thank you for the PR!

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