Commit b499185
committed
Fix .load command failing with 'NoneType object not iterable'
The load_extension() function was missing a return statement. All special
commands must return a list of (title, rows, headers, status) tuples, but
load_extension() returned None implicitly, causing the caller to fail when
iterating over the result.
Fixes #2481 parent 5a774d6 commit b499185
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
257 | 258 | | |
258 | 259 | | |
259 | 260 | | |
| |||
0 commit comments