MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / print_error

Function print_error

scripts/setup_slack.py:34–36  ·  view source on GitHub ↗

Print error message.

(text: str)

Source from the content-addressed store, hash-verified

32
33
34def print_error(text: str):
35 """Print error message."""
36 print(f" ✗ {text}")
37
38
39def print_info(text: str):

Callers 2

update_vm_envFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected