MCPcopy Create free account
hub / github.com/Azure/dev-box-images / error_exit

Function error_exit

builder/packer.py:29–31  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

27
28
29def error_exit(message):
30 log.error(message)
31 sys.exit(message)
32
33
34def _parse_command(command):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected