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 bug for finding key in nested dictionary #2959

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

Li-Yanzhi
Copy link

Why are these changes needed?

Add a check at the start of the find_key_value function to ensure d is not None before trying to call items on it.

Related issue number

Resolve issue of #2372

Checks

@qingyun-wu qingyun-wu requested a review from victordibia June 18, 2024 17:33
@victordibia victordibia merged commit 741e0e3 into microsoft:autogenstudio Jun 19, 2024
9 checks passed
@Li-Yanzhi Li-Yanzhi deleted the autogenstudio branch June 20, 2024 16:09
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