MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / print_trouble

Function print_trouble

tools/release/run-clang-format.py:251–255  ·  view source on GitHub ↗
(prog, message, use_colors)

Source from the content-addressed store, hash-verified

249
250
251def print_trouble(prog, message, use_colors):
252 error_text = "error:"
253 if use_colors:
254 error_text = bold_red(error_text)
255 print("{}: {} {}".format(prog, error_text, message), file=sys.stderr)
256
257
258def main():

Callers 1

mainFunction · 0.85

Calls 1

bold_redFunction · 0.85

Tested by

no test coverage detected