Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gitless-vcs/gitless
/ err_msg
Function
err_msg
gitless/cli/pprint.py:83–84 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
81
82
83
def
err_msg(text):
84
msg(text, stream=sys.stderr.write)
85
86
87
def
err_exp(text):
Callers
nothing calls this directly
Calls
1
msg
Function · 0.85
Tested by
no test coverage detected