MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / sanitize_path

Function sanitize_path

tools/decompctx.py:85–86  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

83
84
85def sanitize_path(path: str) -> str:
86 return path.replace("\\", "/").replace(" ", "\\ ")
87
88
89def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected