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

Function show_config_error

gitless/cli/gl_commit.py:82–84  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

80
81def _author_info_is_ok(repo):
82 def show_config_error(key):
83 pprint.err('Missing {0} for commit author'.format(key))
84 pprint.err_exp('change the value of git\'s user.{0} setting'.format(key))
85
86 def config_is_ok(key):
87 try:

Callers 1

config_is_okFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected