From 4e0355740cf59d6a226247274555118bd06ba4bf Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 7 Jun 2021 20:44:05 +0200 Subject: rename to BrefOpenLibraryZipISBN --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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. """ -- cgit v1.2.3