MCPcopy 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
97def exit_with_error(message):
98 print_error(message)
99 sys.exit(1)
100
101def get_url(ip, path):
102 return f"http://{ip}:{ttport}{path}"

Callers 10

get_sdk_dirFunction · 0.70
validate_local_sdksFunction · 0.70
fetch_sdkconfig_filesFunction · 0.70
validate_environmentFunction · 0.70
validate_selfFunction · 0.70
validate_manifestFunction · 0.70
build_actionFunction · 0.70
update_self_actionFunction · 0.70
tactility.pyFile · 0.70

Calls 1

print_errorFunction · 0.70

Tested by

no test coverage detected