MCPcopy Create free account
hub / github.com/apache/burr / _fail

Function _fail

scripts/verify_apache_artifacts.py:58–61  ·  view source on GitHub ↗

Print error message and exit.

(message: str)

Source from the content-addressed store, hash-verified

56
57
58def _fail(message: str) -> None:
59 """Print error message and exit."""
60 print(f"\n❌ {message}")
61 sys.exit(1)
62
63
64def _print_section(title: str) -> None:

Callers 5

verify_signaturesFunction · 0.70
verify_licensesFunction · 0.70
list_contentsFunction · 0.70
cmd_licensesFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected