Commit 2356bb9
fix: avoid nested progress bars causing LiveError
The `_process_candidates` method had a progress bar context that called
`get_next_candidate()`, which could recursively call `_process_candidates`
again. This created nested progress bars, causing Rich's LiveError:
"Only one live display may be active at once".
Fixed by moving the `get_next_candidate()` call outside the progress bar
context manager.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e8989c2 commit 2356bb9
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
373 | 375 | | |
374 | 376 | | |
375 | 377 | | |
| |||
0 commit comments