aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-10 12:06:59 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-10 12:06:59 +0200
commitc3b7a8cd2641fd59996247ea7c00951a6226d0bc (patch)
treee5d49d51038087b646ae5be2a3d7dc05677c43a4 /python
parentad9ba8f8b52490ef528a2c9dd188ba6f491ed0c7 (diff)
downloadrefcat-c3b7a8cd2641fd59996247ea7c00951a6226d0bc.tar.gz
refcat-c3b7a8cd2641fd59996247ea7c00951a6226d0bc.zip
tasks: a more suitable name
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py2
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.