From b52e17fa8d670a0631d1f444b29864de28433a79 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Fri, 7 Jun 2019 11:38:50 +0200 Subject: [PATCH] fix: Removed duplicate finalize_results function call --- misp_modules/lib/joe_parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/misp_modules/lib/joe_parser.py b/misp_modules/lib/joe_parser.py index bf5c974d..7ee8a4b9 100644 --- a/misp_modules/lib/joe_parser.py +++ b/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: