Skip to content

Commit

Permalink
Fix IntrospectionAPIPlugin Name (#2459)
Browse files Browse the repository at this point in the history
Closes #2442
  • Loading branch information
Eric Hennenfent committed Jun 10, 2021
1 parent 5e4d358 commit e4cb8c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manticore/core/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,10 @@ class IntrospectionAPIPlugin(Plugin):

NAME = "introspector"

@property
def name(self) -> str:
return "IntrospectionAPIPlugin"

def create_state(self, state_id: int):
"""
Adds a StateDescriptor to the context in the READY state list
Expand Down

0 comments on commit e4cb8c6

Please sign in to comment.