Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cyclonedx_py/_internal/utils/pyproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def pyproject2component(data: dict[str, Any], *,
licenses_fixup(component)
# endregion licenses
return component
raise ValueError('Unable to build component from pyproject')
raise ValueError('Unable to build component from pyproject: pyproject.toml is not PEP 621-compliant')


def pyproject_load(pyproject_file: str) -> dict[str, Any]:
Expand Down
Loading