Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ exit_with_error
Function
exit_with_error
Tests/SdkIntegration/tactility.py:97–99 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
95
print(f
"❌ {shell_color_red}{status}{shell_color_reset} "
)
96
97
def
exit_with_error(message):
98
print_error(message)
99
sys.exit(1)
100
101
def
get_url(ip, path):
102
return
f
"http://{ip}:{ttport}{path}"
Callers
10
get_sdk_dir
Function · 0.70
validate_local_sdks
Function · 0.70
fetch_sdkconfig_files
Function · 0.70
validate_environment
Function · 0.70
validate_self
Function · 0.70
validate_manifest
Function · 0.70
validate_manifest_platform
Function · 0.70
build_action
Function · 0.70
update_self_action
Function · 0.70
tactility.py
File · 0.70
Calls
1
print_error
Function · 0.70
Tested by
no test coverage detected