fix: Removed duplicate finalize_results function call

pull/306/head
chrisr3d 2019-06-07 11:38:50 +02:00
parent aa3e873845
commit b52e17fa8d
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ class JoeParser():
if self.attributes:
self.handle_attributes()
self.parse_mitre_attack()
self.finalize_results()
def build_references(self):
for misp_object in self.misp_event.objects: