Changing comment when Type error is occuring

This commit is contained in:
k1nd0ne
2024-02-02 20:04:36 +01:00
parent 059f2d0128
commit 130621a2e7
+1 -1
View File
@@ -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,