Commit eec07f4
committed
libbtrfsutil: fix exception type in setup.py
CodeQL reports that the exception type is missing and falls back to the
BaseException. The recommended fix is to use Exception type as this will
behave the same but avoids using the base type.
[ci skip]
Signed-off-by: David Sterba <dsterba@suse.com>1 parent 9f070e4 commit eec07f4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments