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 d36784c..14fa913 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1029,7 +1029,7 @@ class OpenLibraryEditionsMapped(Refcat): return luigi.LocalTarget(path=self.path(ext="tsv.zst"), format=Zstd) -class OpenLibraryZipISBN(Refcat): +class BrefOpenLibraryZipISBN(Refcat): """ Run skate-reduce from two files. """ |