MCPcopy Create free account
hub / github.com/HumbleUI/JWM / rmdir

Function rmdir

script/build_utils.py:64–65  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

62 os.makedirs(path, exist_ok=True)
63
64def rmdir(path):
65 shutil.rmtree(path, ignore_errors=True)
66
67def cat(iterables):
68 return list(itertools.chain(*iterables))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected