Commit 4c6c817
committed
python: document intentional ExceptionGroup swallow in sessions.list e2e
CodeQL flagged the new `except ExceptionGroup: pass` in the sessions.list
teardown as an empty except clause with no explanation. Add the same
explanatory comment the four other identical teardowns in this file already
carry.
Also wrap the enqueue `session.send(...)` call, which was 104 characters and
failed the repo's 100-column ruff lint.1 parent 59ce28d commit 4c6c817
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
308 | 310 | | |
309 | 311 | | |
310 | 312 | | |
| |||
358 | 360 | | |
359 | 361 | | |
360 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
361 | 366 | | |
362 | 367 | | |
363 | 368 | | |
| |||
0 commit comments