MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / print_error

Function print_error

device.py:22–23  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

20 print(f"{SHELL_COLOR_ORANGE}WARNING: {message}{SHELL_COLOR_RESET}")
21
22def print_error(message):
23 print(f"{SHELL_COLOR_RED}ERROR: {message}{SHELL_COLOR_RESET}")
24
25def exit_with_error(message):
26 print_error(message)

Callers 1

exit_with_errorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected