From 22d7b1d4bf157145f5d2713f8055eb59e36cedcb Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 3 Jun 2021 01:49:15 +0200 Subject: use RefsWithoutIdentifiers --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index bc2fba1..afa615f 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -940,7 +940,7 @@ class UnmatchedMapped(Refcat): names to do approximate title matches with OL; 35m14.801s. """ def requires(self): - return UnmatchedRefs() + return RefsWithoutIdentifiers() def run(self): output = shellout(""" -- cgit v1.2.3