diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/tasks.py | 4 |
1 files changed, 2 insertions, 2 deletions
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() |