Skip to content

Commit e82e737

Browse files
committed
cov
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 95ea661 commit e82e737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx_py/_internal/utils/pep639.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def dist2licenses_from_files(
9696
except UnicodeDecodeError as err:
9797
content = err.object
9898
break # for-loop
99-
except Exception:
99+
except Exception: # pragma: nocover
100100
pass # nosec B110
101101
if content is None: # pragma: no cover
102102
logger.debug('Error: failed to read license file %r for dist %r',

0 commit comments

Comments
 (0)