Commit 45d2cb9
fix: keep file name visible on progress sub-line during indexing
progress_update() and FileProcessingContext.__exit__() were both
clearing _progress_file, causing the current file name to disappear
almost immediately — especially in parallel mode where one worker
finishing would wipe the display for all active workers.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 538c8b3 commit 45d2cb9
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
988 | | - | |
989 | | - | |
990 | | - | |
991 | 988 | | |
992 | 989 | | |
993 | 990 | | |
| |||
1319 | 1316 | | |
1320 | 1317 | | |
1321 | 1318 | | |
1322 | | - | |
1323 | | - | |
1324 | | - | |
1325 | 1319 | | |
1326 | 1320 | | |
1327 | 1321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
142 | 150 | | |
143 | 151 | | |
144 | 152 | | |
| |||
0 commit comments