MCPcopy Create free account
hub / github.com/apache/fory / _remove_file

Function _remove_file

ci/run_ci.py:193–198  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

191
192
193def _remove_file(path):
194 if path:
195 try:
196 os.remove(path)
197 except FileNotFoundError:
198 pass
199
200
201def _exec_cmd(cmd, cwd):

Callers 1

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected