aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-08 22:28:44 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-08 22:28:44 +0200
commit05a28c878cf53dc909e00065451c5ef432f77c0a (patch)
tree91b961628d783e2296d8c3ff51899af7cd3ec647 /python
parent25c10e412df5775d101c0c07752cf826e0850934 (diff)
downloadrefcat-05a28c878cf53dc909e00065451c5ef432f77c0a.tar.gz
refcat-05a28c878cf53dc909e00065451c5ef432f77c0a.zip
task: use rere 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,