Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
fail(message: str) -> None:
33
print(f
" ❌ {message}"
, file=sys.stderr)
34
sys.exit(1)
35
36
37
def
replace_once(content: str, old: str, new: str, label: str) -> str:
Callers
3
replace_once
Function · 0.70
patch_drive_window
Function · 0.70
patch_drive_app
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected