diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-08 22:28:44 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-08 22:28:44 +0200 |
commit | 05a28c878cf53dc909e00065451c5ef432f77c0a (patch) | |
tree | 91b961628d783e2296d8c3ff51899af7cd3ec647 | |
parent | 25c10e412df5775d101c0c07752cf826e0850934 (diff) | |
download | refcat-05a28c878cf53dc909e00065451c5ef432f77c0a.tar.gz refcat-05a28c878cf53dc909e00065451c5ef432f77c0a.zip |
task: use rere mode
-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 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, |