MCPcopy 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
313def err(msg):
314 sys.exit("\n" + textwrap.fill("error: " + msg, 100) + "\n")
315
316
317if __name__ == "__main__":

Callers 1

Calls 1

fillMethod · 0.80

Tested by

no test coverage detected