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

Function exit_with_error

Buildscripts/CDN/upload-sdk-files.py:21–23  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

19 print(" --index-only Upload only index.json")
20
21def exit_with_error(message):
22 print_error(message)
23 sys.exit(1)
24
25def main(path: str, version: str, cloudflare_account_id, cloudflare_token_name: str, cloudflare_token_value: str, index_only: bool):
26 if not os.path.exists(path):

Callers 1

mainFunction · 0.70

Calls 1

print_errorFunction · 0.70

Tested by

no test coverage detected