mirror of https://github.com/MISP/PyMISP
fix : [exportpdf] Double property printing error fixed
parent
8194c534d7
commit
133db6aeaa
|
@ -515,8 +515,7 @@ def create_flowable_table_from_one_object(misp_object):
|
|||
["Meta Category", 'meta-category', "None"],
|
||||
["Object Name", 'name', "None"],
|
||||
["Comment", 'comment', "None"],
|
||||
["Type", 'type', "None"],
|
||||
["Object Name", 'name', "None"]]
|
||||
["Type", 'type', "None"]]
|
||||
|
||||
# Automated adding of standard (python) attributes of the misp object
|
||||
for item in list_attr_automated:
|
||||
|
|
Loading…
Reference in New Issue