fix: Removed duplicate finalize_results function call

pull/306/head
chrisr3d 4 years ago
parent aa3e873845
commit b52e17fa8d
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
  1. 1
      misp_modules/lib/joe_parser.py

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

Loading…
Cancel
Save