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

Function print_error

Tests/SdkIntegration/tactility.py:83–84  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

81 print(f"{shell_color_orange}WARNING: {message}{shell_color_reset}")
82
83def print_error(message):
84 print(f"{shell_color_red}ERROR: {message}{shell_color_reset}")
85
86def print_status_busy(status):
87 sys.stdout.write(f"⌛ {status}\r")

Callers 8

download_fileFunction · 0.70
exit_with_errorFunction · 0.70
validate_selfFunction · 0.70
sdk_downloadFunction · 0.70
get_device_infoFunction · 0.70
run_actionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected