mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 12:47:39 +02:00
Formatting fixes
This commit is contained in:
@@ -47,13 +47,17 @@ class MFTScan(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface):
|
||||
try:
|
||||
primary = self.context.layers[self.config["primary"]]
|
||||
except KeyError:
|
||||
vollog.error("Unable to obtain primary layer for scanning. Please file a bug on GitHub about this issue.")
|
||||
vollog.error(
|
||||
"Unable to obtain primary layer for scanning. Please file a bug on GitHub about this issue."
|
||||
)
|
||||
return
|
||||
|
||||
try:
|
||||
phys_layer = primary.config["memory_layer"]
|
||||
except KeyError:
|
||||
vollog.error("Unable to obtain memory layer from primary layer. Please file a bug on GitHub about this issue.")
|
||||
vollog.error(
|
||||
"Unable to obtain memory layer from primary layer. Please file a bug on GitHub about this issue."
|
||||
)
|
||||
return
|
||||
|
||||
layer = self.context.layers[phys_layer]
|
||||
|
||||
Reference in New Issue
Block a user