diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-07 20:44:05 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-07 20:44:05 +0200 |
commit | 4e0355740cf59d6a226247274555118bd06ba4bf (patch) | |
tree | 38c207b8259e19c11c6129827cd3814bc346633b | |
parent | 2761bbd52506a89aacb1f4ba79016b23c7c65dc7 (diff) | |
download | refcat-4e0355740cf59d6a226247274555118bd06ba4bf.tar.gz refcat-4e0355740cf59d6a226247274555118bd06ba4bf.zip |
rename to BrefOpenLibraryZipISBN
-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. """ |