mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 20:57:39 +02:00
Changing comment when Type error is occuring
This commit is contained in:
@@ -50,7 +50,7 @@ class IAT(interfaces.plugins.PluginInterface):
|
||||
)
|
||||
|
||||
if proc_layer_name is None:
|
||||
raise TypeError("Layer must be a string not None")
|
||||
raise TypeError("add_process_layer failed")
|
||||
|
||||
pe_table_name = intermed.IntermediateSymbolTable.create(
|
||||
self.context,
|
||||
|
||||
Reference in New Issue
Block a user