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