MCPcopy Create free account
hub / github.com/defold/defold / rmtree

Function rmtree

editor/scripts/bundle.py:244–246  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

242 log("Failed to remove %s, error %s" % (path, e))
243
244def rmtree(path):
245 if os.path.exists(path):
246 shutil.rmtree(path, onerror=remove_readonly_retry)
247
248def mac_certificate(codesigning_identity):
249 if run.command(['security', 'find-identity', '-p', 'codesigning', '-v']).find(codesigning_identity) >= 0:

Callers 3

get_jdkFunction · 0.85
create_bundleFunction · 0.85
create_dmgFunction · 0.85

Calls 1

existsMethod · 0.65

Tested by

no test coverage detected