Skip to content

Commit 96a1360

Browse files
cclausshugovk
andauthored
Unparsable --> Unparseable
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent ae4ed05 commit 96a1360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def create_pip_sbom_from_wheel(
362362
match = version_pin_re.match(line)
363363
assert (
364364
match is not None
365-
), f"Unparsable line in vendor.txt: {line!r}" # Make mypy happy.
365+
), f"Unparseable line in vendor.txt: {line!r}" # Make mypy happy.
366366

367367
# Parse out and normalize the project name.
368368
project_name, project_version = match.groups()

0 commit comments

Comments
 (0)