fix : [exportpdf] Double property printing error fixed

pull/352/head
Falconieri 2019-02-26 15:42:49 +01:00
parent 8194c534d7
commit 133db6aeaa
1 changed files with 1 additions and 2 deletions

View File

@ -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: