Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
def
error(s):
148
""
"Print error message"
""
149
print(f
"{RED}{s}{ENDC}"
)
150
151
def
warning(s):
152
""
"Print warning message"
""
Callers
4
ensure_configuration_is_valid_or_exit
Function · 0.90
check_component_version
Function · 0.90
forgeops_dependencies
Function · 0.90
get_context
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected