Skip to content

Commit

Permalink
Fix missing property on unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hennenfent committed Aug 26, 2020
1 parent 46988dc commit a0239cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manticore/core/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,5 +668,6 @@ def get_state_descriptors(self) -> typing.Dict[int, StateDescriptor]:
out = context.copy() # TODO: is this necessary to break out of the lock?
return out

@property
def unique_name(self) -> str:
return IntrospectionAPIPlugin.NAME

0 comments on commit a0239cc

Please sign in to comment.