summaryrefslogtreecommitdiff
path: root/morphlib/plugins/branch_and_merge_new_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/plugins/branch_and_merge_new_plugin.py')
-rw-r--r--morphlib/plugins/branch_and_merge_new_plugin.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/morphlib/plugins/branch_and_merge_new_plugin.py b/morphlib/plugins/branch_and_merge_new_plugin.py
index 5ac8353a..4dd7cf6a 100644
--- a/morphlib/plugins/branch_and_merge_new_plugin.py
+++ b/morphlib/plugins/branch_and_merge_new_plugin.py
@@ -266,6 +266,10 @@ class SimpleBranchAndMergePlugin(cliapp.Plugin):
for morph in morphs:
if morph.dirty:
logging.debug(
+ 'Validating morphology: %s %s %s' %
+ (morph.repo_url, morph.ref, morph.filename))
+ loader.validate(morph)
+ logging.debug(
'Saving morphology: %s %s %s' %
(morph.repo_url, morph.ref, morph.filename))
loader.unset_defaults(morph)