Commit 459c6ca
committed
Catch
As `run_bulk_job` can sometimes raise a `StopIteration` and this is
deprecated behavior, catch and squash this exception. Thus avoiding the
deprecated behavior. As this still breaks the loop and ends the
generator, this has no real effect on how this generator behaves.StopIteration in run_bulk_job
1 parent 29548bc commit 459c6ca
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
| 292 | + | |
291 | 293 | | |
292 | 294 | | |
293 | 295 | | |
| |||
0 commit comments