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

Empty check before pop #4929

Merged
merged 1 commit into from
May 23, 2023
Merged

Empty check before pop #4929

merged 1 commit into from
May 23, 2023

Conversation

edwardzjl
Copy link
Contributor

Check whether 'other' is empty before popping

This PR could fix a potential 'popping empty set' error.

@hwchase17 hwchase17 requested a review from nfcampos May 19, 2023 03:52
@hwchase17
Copy link
Contributor

@nfcampos any thoughts on this?

@hwchase17 hwchase17 merged commit 9242998 into langchain-ai:master May 23, 2023
vowelparrot pushed a commit that referenced this pull request May 24, 2023
# Check whether 'other' is empty before popping

This PR could fix a potential 'popping empty set' error.

Co-authored-by: Junlin Zhou <jlzhou@zjuici.com>
@danielchalef danielchalef mentioned this pull request Jun 5, 2023
This was referenced Jun 25, 2023
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