mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 10:47:38 +02:00
Layers: Fix up typo in recent crashdump patch
This commit is contained in:
@@ -268,8 +268,8 @@ class WindowsCrashDumpStacker(interfaces.automagic.StackerLayerInterface):
|
||||
interfaces.configuration.path_join(new_name, "base_layer")
|
||||
] = layer_name
|
||||
return layer(context, new_name, new_name)
|
||||
except (WindowsCrashDump32Layer, WindowsCrashDump64Layer) as excp:
|
||||
except WindowsCrashDumpFormatException as excp:
|
||||
vollog.log(
|
||||
constants.LOGLEVEL_VVVV, f"Exception reading crashdump: {excp}"
|
||||
)
|
||||
)\
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user