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"],
|
["Meta Category", 'meta-category', "None"],
|
||||||
["Object Name", 'name', "None"],
|
["Object Name", 'name', "None"],
|
||||||
["Comment", 'comment', "None"],
|
["Comment", 'comment', "None"],
|
||||||
["Type", 'type', "None"],
|
["Type", 'type', "None"]]
|
||||||
["Object Name", 'name', "None"]]
|
|
||||||
|
|
||||||
# Automated adding of standard (python) attributes of the misp object
|
# Automated adding of standard (python) attributes of the misp object
|
||||||
for item in list_attr_automated:
|
for item in list_attr_automated:
|
||||||
|
|
Loading…
Reference in New Issue