Commit 8436b28
committed
fix: Clean up leaked progress bars on session stop
_execution_progress_bar entries are only removed when operations complete
with done=True. If operations are interrupted or fail before the handler
is called with done=True, their tqdm objects leak. Now clears all
remaining progress bars during stop().1 parent c6636e1 commit 8436b28
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1259 | 1259 | | |
1260 | 1260 | | |
1261 | 1261 | | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
1262 | 1270 | | |
1263 | 1271 | | |
1264 | 1272 | | |
| |||
0 commit comments