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 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, |