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

Function print_status_error

Tests/SdkIntegration/tactility.py:93–95  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

91 print(f"✅ {shell_color_green}{status}{shell_color_reset} ")
92
93def print_status_error(status):
94 # Trailing spaces are to overwrite previously written characters by a potentially shorter print_status_busy() text
95 print(f"❌ {shell_color_red}{status}{shell_color_reset} ")
96
97def exit_with_error(message):
98 print_error(message)

Callers 7

build_firstFunction · 0.85
build_consecutivelyFunction · 0.85
package_allFunction · 0.85
get_device_infoFunction · 0.85
run_actionFunction · 0.85
install_actionFunction · 0.85
uninstall_actionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected