We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1ab57 commit 7cb23e0Copy full SHA for 7cb23e0
databaseparsers/__init__.py
@@ -41,7 +41,7 @@ def load(self):
41
from nomad.parsing import MatchingParserInterface
42
from . import openkim
43
44
- return MatchingParserInterface(self.parser_class_name, **self.dict())
+ return MatchingParserInterface(**self.dict())
45
46
47
openkim_parser_entry_point = EntryPoint(
0 commit comments