diff options
author | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2024-03-16 14:52:12 -0400 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2024-03-19 15:32:25 -0400 |
commit | 43c3cfa692eb19377afc0f9499d8a7892a3d5a65 (patch) | |
tree | d5a698c3304665eb1846b0ce1b7ecfdb4951ab07 /man | |
parent | 303446bdea61de35e116d870e4b7d2a5d8b67e23 (diff) | |
download | sos-43c3cfa692eb19377afc0f9499d8a7892a3d5a65.tar.gz |
[global] Remove empty except warnings highlighted by CodeQL
This commit is a first pass at addressing a number of the `Empty Except`
warnings flagged by CodeQL. These are for try/except blocks whose except
statement simply contains a `pass`, and to address these we add a log
message in almost all cases. Where we don't log, there is an added
comment for context as to why we're passing without further action.
Signed-off-by: Jake Hunsaker <jacob.r.hunsaker@gmail.com>
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions