From a380bffa5fb0cf20ee84ede6fa590bf38e3675f8 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 29 Apr 2021 16:07:09 +0200 Subject: tasks: fix quotes --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index fd1df86..d532cd4 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1465,7 +1465,7 @@ class OpenLibraryWorks(Refcat): def run(self): output = shellout(""" zstdcat -T0 {input} | - parallel -j {n} --block 10M --pipe "jq -rc 'select(.type == \"work\")'" | + parallel -j {n} --block 10M --pipe "jq -rc 'select(.type == \\"work\\")'" | zstd -T0 -c > {output} """, n=self.n, -- cgit v1.2.3