Commit 29548bc
committed
Use
While there is separate handling for `except` and `else` of a `try`
block, they don't seem to be doing anything significantly different. So
just use a `finally` statement instead and drop `except` and `else`.finally in run_bulk_job
1 parent 90ed24b commit 29548bc
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
| 291 | + | |
295 | 292 | | |
296 | 293 | | |
297 | 294 | | |
| |||
0 commit comments