Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ print_error
Function
print_error
Buildscripts/CDN/generate-sdk-files.py:25–26 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
23
print(f
"{shell_color_orange}WARNING: {message}{shell_color_reset}"
)
24
25
def
print_error(message):
26
print(f
"{shell_color_red}ERROR: {message}{shell_color_reset}"
)
27
28
def
exit_with_error(message):
29
print_error(message)
Callers
1
exit_with_error
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected