aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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 8320da9..4505973 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1041,7 +1041,7 @@ class BrefOpenLibraryZipISBN(Refcat):
def run(self):
output = shellout(r"""
- skate-reduce -m exact -r isbn -F <(zstdcat -T0 {refs}) -L <(zstdcat -T0 {ol}) |
+ skate-reduce -m rere -r isbn -F <(zstdcat -T0 {refs}) -L <(zstdcat -T0 {ol}) |
zstd -c -T0 > {output}
""",
refs=self.input().get("refs").path,