From 6bb651ff40c76efeb27ca6203ce1c57da5c478b2 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 15 Apr 2021 21:47:11 +0200 Subject: use less surprising names --- python/refcat/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 5eaca50..39565ff 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1390,7 +1390,7 @@ class BiblioRefWiki(Refcat): # ==== Prepare unmatched -class BibliorefSortedIdent(Refcat): +class BiblioRefSortedIdent(Refcat): def requires(self): return BiblioRefV2() @@ -1409,7 +1409,7 @@ class BibliorefSortedIdent(Refcat): return luigi.LocalTarget(path=self.path(ext="json.zst"), format=Zstd) -class RefSortedIdent(Refcat): +class RefsSortedIdent(Refcat): def requires(self): return RefsWithUnstructured() -- cgit v1.2.3