summaryrefslogtreecommitdiff
path: root/ybd.py
diff options
context:
space:
mode:
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)