Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Use devguide
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
sethmlarson and hugovk authored Jan 10, 2024
commit c81fd8d05f5b42cc6f6ad5976ea9edc2e1f376ac
2 changes: 1 addition & 1 deletion Tools/build/generate_sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def spdx_id(value: str) -> str:


def error_if(value: bool, error_message: str) -> None:
"""Prints an error if a comparison fails along with a link to the Dev Guide"""
"""Prints an error if a comparison fails along with a link to the devguide"""
if value:
print(error_message)
print("See 'https://devguide.python.org/developer-workflow/sbom' for more information.")
Expand Down