MCPcopy Create free account
hub / github.com/DonnieDice/protondrive-linux / fail

Function fail

scripts/patch_drive_linux_drawer.py:32–34  ·  view source on GitHub ↗
(message: str)

Source from the content-addressed store, hash-verified

30
31
32def fail(message: str) -> None:
33 print(f" ❌ {message}", file=sys.stderr)
34 sys.exit(1)
35
36
37def replace_once(content: str, old: str, new: str, label: str) -> str:

Callers 3

replace_onceFunction · 0.70
patch_drive_windowFunction · 0.70
patch_drive_appFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected