I'm getting
Unknown block type <class 'bibtexparser.model.DuplicateFieldKeyBlock'>
when I apply bibtexparser.parse_file to some of my .bib files. But then it doesn't seem possible to dump the fields to find the source of the problem.
And bibtexparser.model.DuplicateFieldKeyBlock is not documented.
I'm getting
Unknown block type <class 'bibtexparser.model.DuplicateFieldKeyBlock'>when I apply
bibtexparser.parse_fileto some of my .bib files. But then it doesn't seem possible to dump the fields to find the source of the problem.And
bibtexparser.model.DuplicateFieldKeyBlockis not documented.