MCPcopy Create free account
hub / github.com/apache/mesos / fatal

Function fatal

src/python/cli/src/mesos/cli.py:28–31  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

26
27# Helper for printing out a message and then exiting.
28def fatal(message):
29 import sys
30 sys.stderr.write(message + '\n')
31 sys.exit(1)
32
33
34# Helper that uses 'mesos-resolve' to resolve a master IP:port from

Callers 6

initializeMethod · 0.85
foreachpairFunction · 0.85
subscribedMethod · 0.85
dropOperationMethod · 0.85
updateOperationStatusMethod · 0.85

Calls 2

exitMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected