Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/dev-box-images
/ error_exit
Function
error_exit
builder/builder.py:34–36 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
32
33
34
def
error_exit(message):
35
log.error(message)
36
sys.exit(message)
37
38
39
repo = Path(
'/mnt/repo'
)
if
in_builder
else
Path(__file__).resolve().parent.parent
Callers
1
builder.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected