Skip to content

Commit 8b1ab57

Browse files
committed
Fix init
1 parent bd8114a commit 8b1ab57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databaseparsers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def load(self):
4141
from nomad.parsing import MatchingParserInterface
4242
from . import openkim
4343

44-
return MatchingParserInterface(**self.dict())
44+
return MatchingParserInterface(self.parser_class_name, **self.dict())
4545

4646

4747
openkim_parser_entry_point = EntryPoint(

0 commit comments

Comments
 (0)