mirror of https://github.com/MISP/PyMISP
Similar to #114 on attribute level
`add_attribute_tag(tag,attribute_identifier)` fails if attribute does not have any tag in before.pull/116/head
parent
31935e5298
commit
7ad02eb68c
|
@ -76,6 +76,7 @@ class MISPAttribute(AbstractMISP):
|
|||
self._types = describe_types['types']
|
||||
self.__category_type_mapping = describe_types['category_type_mappings']
|
||||
self.__sane_default = describe_types['sane_defaults']
|
||||
self.Tag = []
|
||||
|
||||
def _reinitialize_attribute(self):
|
||||
# Default values
|
||||
|
|
Loading…
Reference in New Issue