Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ err
Function
err
scripts/kconfig/kconfig.py:313–314 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
311
312
313
def
err(msg):
314
sys.exit(
"\n"
+ textwrap.fill(
"error: "
+ msg, 100) +
"\n"
)
315
316
317
if
__name__ ==
"__main__"
:
Callers
1
check_no_promptless_assign
Function · 0.70
Calls
1
fill
Method · 0.80
Tested by
no test coverage detected