Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Add missing variable initialization. #1352

Merged
merged 1 commit into from
Apr 16, 2025
Merged

Conversation

blkt
Copy link
Contributor

@blkt blkt commented Apr 16, 2025

Under some weird circumstance, the if statements after the newly added line are both evaluating to False, causing the variable provider_request to never be initialized.

This initializes the variable to a reasonable default value, but I'm not 100% sure it solves the problem.

Fixes #1345

Under some weird circumstance, the `if` statements after the newly
added line are both evaluating to `False`, causing the variable
`provider_request` to never be initialized.

This initializes the variable to a reasonable default value, but I'm
not 100% sure it solves the problem.

Fixes #1345
@blkt blkt self-assigned this Apr 16, 2025
@blkt blkt merged commit 9c51b4d into main Apr 16, 2025
7 of 11 checks passed
@blkt blkt deleted the fix/add-missing-var-initialization branch April 16, 2025 13:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All codegate commands returning 500 error
2 participants