From 69d7012d2e37239cc43ee920914b54d8933535dc Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 17 Aug 2020 19:27:51 +0200 Subject: serial name: no default path --- fuzzycat/fatcat/matching.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fuzzycat/fatcat/matching.py b/fuzzycat/fatcat/matching.py index 9b46935..3ce8269 100644 --- a/fuzzycat/fatcat/matching.py +++ b/fuzzycat/fatcat/matching.py @@ -218,6 +218,8 @@ def verify_serial_name(a: str, b: str) -> MatchStatus: if len(a & b) > 0: return MatchStatus.STRONG + return MatchStatus.AMBIGIOUS + # First, try values as given. issnls_for_a = serialsdb.get(a, set()) issnls_for_b = serialsdb.get(b, set()) -- cgit v1.2.3