summaryrefslogtreecommitdiff
path: root/ybd.py
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-12-13 14:18:38 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-12-13 16:27:34 +0000
commitca6868fec0f21101b89d41d863f2d5f3677f4a92 (patch)
tree9d210456c080c0d90e27e45d1a9770532474b46a /ybd.py
parent387c6ca18667663a0da7407c90c9ad883e1ffbee (diff)
downloadybd-ca6868fec0f21101b89d41d863f2d5f3677f4a92.tar.gz
Re-work to use .trees file
Diffstat (limited to 'ybd.py')
-rwxr-xr-xybd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ybd.py b/ybd.py
index 551b0c1..973ad40 100755
--- a/ybd.py
+++ b/ybd.py
@@ -35,5 +35,6 @@ with app.timer('TOTAL', 'YBD starts'):
definition = defs.get(target)
with app.timer('CACHE-KEYS', 'Calculating'):
cache.get_cache(target)
+ defs.save_trees()
with sandbox.setup(definition):
assemble(definition)