MCPcopy Create free account
hub / github.com/doldecomp/mkdd / sanitize_path

Function sanitize_path

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

Source from the content-addressed store, hash-verified

111
112
113def sanitize_path(path: str) -> str:
114 return path.replace("\\", "/").replace(" ", "\\ ")
115
116
117def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected