MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / exit_with_error

Function exit_with_error

Buildscripts/CDN/generate-sdk-files.py:28–30  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

26 print(f"{shell_color_red}ERROR: {message}{shell_color_reset}")
27
28def exit_with_error(message):
29 print_error(message)
30 sys.exit(1)
31
32def print_help():
33 print("Usage: python generate-sdk-files.py [inPath] [outPath] [version]")

Callers 1

mainFunction · 0.70

Calls 1

print_errorFunction · 0.70

Tested by

no test coverage detected