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

Function error_exit

tools/stop-boxes.py:11–13  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

9
10
11def error_exit(message):
12 print(f'ERROR: {message}')
13 sys.exit(message)
14
15
16def _is_valid_uuid(uuid_to_test, version=4):

Callers 2

_azFunction · 0.70
stop-boxes.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected