From 649e068fd8272977ad5a434759c5db4dad8317e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 1 Dec 2020 14:32:03 +0100 Subject: [PATCH] chg: clarify misp_objects_template_custom --- pymisp/mispevent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/mispevent.py b/pymisp/mispevent.py index 2abc372..04c33f9 100644 --- a/pymisp/mispevent.py +++ b/pymisp/mispevent.py @@ -634,7 +634,7 @@ class MISPObject(AbstractMISP): In this case the ObjectReference needs to be pushed manually and cannot be in the JSON dump. :param default_attributes_parameters: Used as template for the attributes if they are not overwritten in add_attribute :param misp_objects_path_custom: Path to custom object templates - :param misp_objects_template_custom: Template of the object. Expects the content of a template definition file, see repository MISP/misp-objects. + :param misp_objects_template_custom: Template of the object. Expects the content (dict, loaded with json.load or json.loads) of a template definition file, see repository MISP/misp-objects. ''' super().__init__(**kwargs) self._strict: bool = strict