From 32047d295c35414be39466b7c33d7218d096b8bb Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines Date: Tue, 27 Aug 2024 12:13:27 +0200 Subject: [PATCH] Fix init --- electronicparsers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electronicparsers/__init__.py b/electronicparsers/__init__.py index 78685253..c1c6209a 100644 --- a/electronicparsers/__init__.py +++ b/electronicparsers/__init__.py @@ -85,7 +85,7 @@ def load(self): utils, ) - return MatchingParserInterface(**self.dict()) + return MatchingParserInterface(self.parser_class_name, **self.dict()) abacus_parser_entry_point = EntryPoint(