Skip to content

Commit

Permalink
Changing comment when Type error is occuring
Browse files Browse the repository at this point in the history
  • Loading branch information
k1nd0ne committed Feb 2, 2024
1 parent 059f2d0 commit 130621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/plugins/windows/iat.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _generator(self, procs):
)

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,
Expand Down

0 comments on commit 130621a

Please sign in to comment.