Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
def
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
35
def
make_rm_build_task(dag):
Callers
1
build_coastline.py
File · 0.90
Calls
1
Env
Class · 0.90
Tested by
no test coverage detected