We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4ed05 commit 96a1360Copy full SHA for 96a1360
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"Unparsable line in vendor.txt: {line!r}" # Make mypy happy.
+ ), f"Unparseable 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