MCPcopy 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
63def quit_with_error_message(message: str) -> NoReturn:
64 print(f"ERROR: {message}")
65 quit(0)
66
67
68def get_release_zip(tag: str) -> tuple[str, str]:

Callers 1

choco_release.pyFile · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected