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

Function print_error

Buildscripts/CDN/upload-firmware-files.py:12–13  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

10 print(f"{SHELL_COLOR_ORANGE}WARNING: {message}{SHELL_COLOR_RESET}")
11
12def print_error(message):
13 print(f"{SHELL_COLOR_RED}ERROR: {message}{SHELL_COLOR_RESET}")
14
15def print_help():
16 print("Usage: python upload-firmware-files.py [path] [version] [cloudflareAccountId] [cloudflareTokenName] [cloudflareTokenValue]")

Callers 1

exit_with_errorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected