aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/fatcat_tools/importers/matched.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/fatcat_tools/importers/matched.py b/python/fatcat_tools/importers/matched.py
index cc814e3a..ce2f4d57 100644
--- a/python/fatcat_tools/importers/matched.py
+++ b/python/fatcat_tools/importers/matched.py
@@ -60,11 +60,13 @@ class MatchedImporter(EntityImporter):
raise err
re = None
if re is None:
- print("DOI not found: {}".format(doi))
+ #print("DOI not found: {}".format(doi))
+ pass
else:
re_list.add(re.ident)
release_ids = list(re_list)
if len(release_ids) == 0:
+ self.counts['skip-no-doi'] += 1
return None
# parse URLs and CDX