diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-10 12:06:59 +0200 |
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-10 12:06:59 +0200 |
| commit | c3b7a8cd2641fd59996247ea7c00951a6226d0bc (patch) | |
| tree | e5d49d51038087b646ae5be2a3d7dc05677c43a4 /python | |
| parent | ad9ba8f8b52490ef528a2c9dd188ba6f491ed0c7 (diff) | |
| download | refcat-c3b7a8cd2641fd59996247ea7c00951a6226d0bc.tar.gz refcat-c3b7a8cd2641fd59996247ea7c00951a6226d0bc.zip | |
tasks: a more suitable name
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. |
