MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / fail

Function fail

scripts/util.py:87–88  ·  view source on GitHub ↗
(*value: object)

Source from the content-addressed store, hash-verified

85
86
87def fail(*value: object):
88 log(*value, title="FAIL", color=FAIL)
89
90
91Args = Sequence[str | os.PathLike]

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected