MCPcopy Create free account
hub / github.com/comaps/comaps / rm_build

Function rm_build

tools/python/airmaps/instruments/utils.py:29–32  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

27
28
29def rm_build(**kwargs):
30 build_name = kwargs["ti"].xcom_pull(key="build_name")
31 env = Env(build_name=build_name)
32 shutil.rmtree(env.build_path)
33
34
35def make_rm_build_task(dag):

Callers 1

build_coastline.pyFile · 0.90

Calls 1

EnvClass · 0.90

Tested by

no test coverage detected