Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
def
print_error(message):
23
print(f
"{SHELL_COLOR_RED}ERROR: {message}{SHELL_COLOR_RESET}"
)
24
25
def
exit_with_error(message):
26
print_error(message)
Callers
1
exit_with_error
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected