Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Coooolfan/onlyboxes
/ fatal
Function
fatal
scripts/install.py:164–166 ·
view source on GitHub ↗
(stage: str, message: str)
Source
from the content-addressed store, hash-verified
162
163
164
def
fatal(stage: str, message: str) -> None:
165
print(f
"\n{_c('31', '✗')} [{stage}] {message}"
, file=sys.stderr)
166
sys.exit(1)
167
168
169
def
info(message: str) -> None:
Callers
10
run_cmd
Function · 0.70
api_request
Function · 0.70
detect_environment
Function · 0.70
prepare_workdir
Function · 0.70
download_and_extract_release
Function · 0.70
download_and_render_compose
Function · 0.70
wait_console_ready
Function · 0.70
create_worker
Function · 0.70
install_systemd_service
Function · 0.70
wait_worker_online
Function · 0.70
Calls
1
_c
Function · 0.85
Tested by
no test coverage detected