fix(databases): UnboundLocalError in Exception Handler for load_engine_specs#19422
fix(databases): UnboundLocalError in Exception Handler for load_engine_specs#19422cancan101 wants to merge 1 commit into
Conversation
Currently you get this error if the Exception handler is hit: ``` UnboundLocalError: local variable 'engine_spec' referenced before assignmen ```
Codecov Report
@@ Coverage Diff @@
## master #19422 +/- ##
==========================================
- Coverage 66.55% 66.39% -0.17%
==========================================
Files 1670 1670
Lines 63824 63824
Branches 6510 6510
==========================================
- Hits 42481 42374 -107
- Misses 19654 19761 +107
Partials 1689 1689
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Wow, I'm really sorry this didn't get more attention earlier and get merged. We're thankful for your contribution nonetheless. If you ever submit more fixes that don't get attention in the future, please nag us here and on Slack. The squeaky wheel gets the grease! In any case, it seems there was another PR that was merged, which fixes the same issue: I'll close this one since that got in. Thanks again! |
Currently you get this error if the Exception handler is hit:
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION