Commit 082b5d6
Fix NameError in list_search_commits final-cache write
Local var is final_cache (line 754) but write at line 801 referenced
cache_file, which only exists in sibling list_prs_and_issues. Would
crash on first non-cached run in full mode, preventing search_commits
cache from ever being saved.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1313d4a commit 082b5d6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
801 | | - | |
| 801 | + | |
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
| |||
0 commit comments