This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Commit 9c51b4d
authored
Add missing variable initialization. (#1352)
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 #13451 parent 55f6d86 commit 9c51b4d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
290 | 291 | | |
291 | 292 | | |
292 | 293 | | |
| |||
0 commit comments