From c4528c9e004f22b77ae7983acc14b91e84356e7c Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 28 Apr 2021 23:38:08 +0200 Subject: add missing quote --- 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 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, -- cgit v1.2.3