From c3b7a8cd2641fd59996247ea7c00951a6226d0bc Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 10 Jun 2021 12:06:59 +0200 Subject: tasks: a more suitable name --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 319cdcd..0d01a59 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1247,7 +1247,7 @@ class BrefSortedByWorkID(Refcat): return luigi.LocalTarget(path=self.path(ext="json.zst"), format=Zstd) -class RawRefsMapped(Refcat): +class RefsByWorkID(Refcat): """ Key raw refs by work id. Since data is already sorted by work id, this can skip the sorting step. -- cgit v1.2.3