Windows: Ensure suitable progress callback

This commit is contained in:
Mike Auty
2021-07-14 15:47:28 +01:00
parent 7f6378fd5d
commit 3ca5461f95
+1 -1
View File
@@ -340,7 +340,7 @@ class WindowsIntelStacker(interfaces.automagic.StackerLayerInterface):
# Check for the self-referential pointer
if layer is None:
hits = base_layer.scan(context, PageMapScanner(WintelHelper.tests))
hits = base_layer.scan(context, PageMapScanner(WintelHelper.tests), progress_callback = progress_callback)
layer = None
config_path = None
for test, dtb in hits: