MCPcopy Index your code
hub / github.com/BasicProtein/AugmentCode-Free / error

Method error

build.py:127–131  ·  view source on GitHub ↗

Log error message

(self, message: str)

Source from the content-addressed store, hash-verified

125 print(f"\033[92m[SUCCESS]\033[0m {clean_message}")
126
127 def error(self, message: str) -> None:
128 """Log error message"""
129 clean_message = clean_text(message)
130 self.logger.error(f"ERROR: {clean_message}")
131 print(f"\033[91m[ERROR]\033[0m {clean_message}")
132
133 def info(self, message: str) -> None:
134 """Log info message"""

Callers 12

run_commandFunction · 0.80
validate_environmentMethod · 0.80
build_python_packagesMethod · 0.80
build_executableMethod · 0.80
generate_checksumsMethod · 0.80
run_buildMethod · 0.80
mainFunction · 0.80

Calls 1

clean_textFunction · 0.85

Tested by

no test coverage detected