MCPcopy Index your code
hub / github.com/NullArray/AutoSploit / error

Function error

lib/output.py:20–25  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

18
19
20def error(text):
21 print(
22 "[\033[1m\033[31m!\033[0m] {}".format(
23 text
24 )
25 )
26
27
28def warning(text):

Callers 1

autosploit.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected