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

Function _fail

scripts/apache_release.py:64–67  ·  view source on GitHub ↗

Print error message and exit.

(message: str)

Source from the content-addressed store, hash-verified

62
63
64def _fail(message: str) -> NoReturn:
65 """Print error message and exit."""
66 print(f"\n❌ {message}")
67 sys.exit(1)
68
69
70def _print_section(title: str) -> None:

Callers 15

_run_commandFunction · 0.70
_verify_project_rootFunction · 0.70
_get_version_from_fileFunction · 0.70
_validate_versionFunction · 0.70
_create_git_archiveFunction · 0.70
_build_sdist_from_gitFunction · 0.70
_build_ui_artifactsFunction · 0.70
_verify_wheel_with_twineFunction · 0.70
cmd_sdistFunction · 0.70
cmd_wheelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected