Skip to content

Commit c3a12b4

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 94d56d1 commit c3a12b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cyclonedx_py/_internal/utils/pep639.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def dist2licenses_from_files(
9797
content = err.object
9898
break # for-loop
9999
except Exception:
100-
continue # for-loop
100+
pass # nosec B110
101101
if content is None: # pragma: no cover
102102
logger.debug('Error: failed to read license file %r for dist %r',
103103
mlfile, metadata['Name'])

0 commit comments

Comments
 (0)