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

Function print_warning

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

Source from the content-addressed store, hash-verified

78 return False
79
80def print_warning(message):
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}")

Callers 2

validate_environmentFunction · 0.70
validate_selfFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected