From 05a28c878cf53dc909e00065451c5ef432f77c0a Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 8 Jun 2021 22:28:44 +0200 Subject: task: use rere mode --- 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 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, -- cgit v1.2.3