MCPcopy
hub / github.com/gitless-vcs/gitless / err

Function err

gitless/cli/pprint.py:79–80  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

77# Err
78
79def err(text):
80 puts(colored.red('✘ {0}'.format(text)), stream=sys.stderr.write)
81
82
83def err_msg(text):

Callers 1

apply_errFunction · 0.85

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected