Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ quit_with_error_message
Function
quit_with_error_message
choco/bonsai/choco_release.py:63–65 ·
view source on GitHub ↗
(message: str)
Source
from the content-addressed store, hash-verified
61
62
63
def
quit_with_error_message(message: str) -> NoReturn:
64
print(f
"ERROR: {message}"
)
65
quit(0)
66
67
68
def
get_release_zip(tag: str) -> tuple[str, str]:
Callers
1
choco_release.py
File · 0.85
Calls
1
print
Function · 0.85
Tested by
no test coverage detected