PyMISP/pymisp
infosec-intern f08f744cc2 Formatted "Unknown MISP object" error message
When a user tries to add an object with a name that doesn't exist, the error thrown was missing its format string
This ended up looking like
pymisp.exceptions.UnknownMISPObjectTemplate: {} is unknown in the MISP object directory.
Here's a patch that adds self.name to the format string
2017-09-22 11:43:20 -06:00
..
data
tools
__init__.py
abstract.py
api.py
exceptions.py
mispevent.py Formatted "Unknown MISP object" error message 2017-09-22 11:43:20 -06:00