diff options
-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 425819d..df2245f 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1439,7 +1439,7 @@ class WithISBN(Refcat): def run(self): output = shellout(""" zstdcat -T0 {input} | - parallel -j {n} --block 10M --pipe "jq -rc 'select(.ext_ids.isbn != null)" | + parallel -j {n} --block 10M --pipe "jq -rc 'select(.ext_ids.isbn != null)'" | zstd -T0 -c > {output} """, n=self.n, |