summaryrefslogtreecommitdiff
path: root/morphlib/buildbranch.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/buildbranch.py')
-rw-r--r--morphlib/buildbranch.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/morphlib/buildbranch.py b/morphlib/buildbranch.py
index d415e7e1..1b028cc3 100644
--- a/morphlib/buildbranch.py
+++ b/morphlib/buildbranch.py
@@ -140,7 +140,11 @@ class BuildBranch(object):
morphs.traverse_specs(process, filter)
- if any(m.dirty for m in morphs.morphologies):
+ dirtied = [m for m in morphs.morphologies if m.dirty]
+
+ if dirtied:
+ for morph in dirtied:
+ loader.validate(morph)
yield self._root
self._root_index.add_files_from_index_info(