From 44c23290c72ec67db38f1e1d40b76ba795b40d9d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 5 Nov 2019 12:42:54 -0800 Subject: crossref: accurate blank title counts --- python/fatcat_tools/importers/crossref.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/fatcat_tools/importers') diff --git a/python/fatcat_tools/importers/crossref.py b/python/fatcat_tools/importers/crossref.py index 0fe70884..d8abf3eb 100644 --- a/python/fatcat_tools/importers/crossref.py +++ b/python/fatcat_tools/importers/crossref.py @@ -160,6 +160,7 @@ class CrossrefImporter(EntityImporter): def want(self, obj): if not obj.get('title'): + self.counts['skip-blank-title'] += 1 return False # do most of these checks in-line below -- cgit v1.2.3