MCPcopy Index your code
hub / github.com/ForgeRock/forgeops / error

Function error

lib/python/utils.py:147–149  ·  view source on GitHub ↗

Print error message

(s)

Source from the content-addressed store, hash-verified

145 print(f"{CYAN}{s}{ENDC}")
146
147def error(s):
148 """Print error message"""
149 print(f"{RED}{s}{ENDC}")
150
151def warning(s):
152 """Print warning message"""

Callers 4

check_component_versionFunction · 0.90
forgeops_dependenciesFunction · 0.90
get_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected