mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 11:17:38 +02:00
formatting
This commit is contained in:
@@ -70,7 +70,7 @@ class Modules(interfaces.plugins.PluginInterface):
|
||||
except exceptions.InvalidAddressException:
|
||||
FullDllName = ""
|
||||
|
||||
if self.config['name'] and self.config['name'] not in BaseDllName:
|
||||
if self.config["name"] and self.config["name"] not in BaseDllName:
|
||||
continue
|
||||
|
||||
file_output = "Disabled"
|
||||
|
||||
Reference in New Issue
Block a user