summaryrefslogtreecommitdiff
path: root/ybd.py
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-12-31 05:53:58 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-12-31 05:53:58 +0000
commit7124bcc6a86f3969b5c7ff4e402b4d08b287553f (patch)
tree19920db55a75e84278019f62814b0c2bd6e0f745 /ybd.py
parent88ebe9c4e117c289c66d77bcf1f5cb2eabd3584f (diff)
downloadybd-7124bcc6a86f3969b5c7ff4e402b4d08b287553f.tar.gz
Move run_cmd and env stuff into sandbox.py
Diffstat (limited to 'ybd.py')
-rwxr-xr-xybd.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ybd.py b/ybd.py
index 8fc5fd1..6875313 100755
--- a/ybd.py
+++ b/ybd.py
@@ -36,5 +36,4 @@ with app.setup(target, arch):
with app.timer('CACHE-KEYS', 'Calculating'):
cache.get_cache(target)
defs.save_trees()
- with sandbox.setup(definition):
- assemble(definition)
+ assemble(definition)