MCPcopy
hub / github.com/NullArray/AutoSploit / close

Function close

lib/settings.py:386–391  ·  view source on GitHub ↗

exit if there's an issue

(warning, status=1)

Source from the content-addressed store, hash-verified

384
385
386def close(warning, status=1):
387 """
388 exit if there's an issue
389 """
390 lib.output.error(warning)
391 sys.exit(status)
392
393
394def grab_random_agent():

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected