There was an error while loading. Please reload this page.
1 parent 34ec8a8 commit ae4ed05Copy full SHA for ae4ed05
1 file changed
sbom.py
@@ -362,7 +362,7 @@ def create_pip_sbom_from_wheel(
362
match = version_pin_re.match(line)
363
assert (
364
match is not None
365
- ), f"Unparseable line in vendor.txt: {line!r}" # Make mypy happy.
+ ), f"Unparsable line in vendor.txt: {line!r}" # Make mypy happy.
366
367
# Parse out and normalize the project name.
368
project_name, project_version = match.groups()
0 commit comments