Move nlpdtbscanner's stack order lower down since it isn't accurate for linux (and was tried before it previously).

This commit is contained in:
Mike Auty
2017-09-05 11:00:51 +01:00
parent 946fbd5e61
commit 7db811fa09
@@ -172,7 +172,7 @@ class NlpDtbfinder(interfaces.automagic.AutomagicInterface):
class NlpDtbStacker(interfaces.automagic.StackerLayerInterface):
stack_order = 10
stack_order = 13
@classmethod
def stack(cls, context, layer_name, progress_callback = None):