Commit 8435c9a
Narrow exception suppression to OperationalError only
Address code review feedback: catch only sqlalchemy.exc.OperationalError
instead of all exceptions, so legitimate errors (permissions, disk space)
are not silently swallowed.
Agent-Logs-Url: https://github.com/GitHubSecurityLab/seclab-taskflows/sessions/84c7962f-5966-4924-8617-8378affd1621
Co-authored-by: p- <176818+p-@users.noreply.github.com>1 parent 153a0a7 commit 8435c9a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments