Commit 9acf981
committed
cli: use logger.exception() without exc
Address G201 by using `logger.exception()` instead of
`logger.error(..., exc_info=True)`
Address G200 by not formatting the exception into the message.
Signed-off-by: Kevin Locke <[email protected]>1 parent d3d1093 commit 9acf981
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
| 133 | + | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
0 commit comments