Ensure we can see how the stacker is acting.

This commit is contained in:
Mike Auty
2018-12-17 17:32:46 +00:00
parent e65a00894a
commit de4fa6df51
@@ -110,6 +110,7 @@ class LayerStacker(interfaces.automagic.AutomagicInterface):
for stacker_cls in stack_set:
stacker = stacker_cls()
try:
vollog.log(constants.LOGLEVEL_VVVV, "Attempting to stack using {}".format(stacker_cls.__name__))
new_layer = stacker.stack(new_context, current_layer_name, progress_callback)
if new_layer:
new_context.memory.add_layer(new_layer)