aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-04-29 16:07:09 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-04-29 16:07:09 +0200
commita380bffa5fb0cf20ee84ede6fa590bf38e3675f8 (patch)
treeed22196b14dd33f101165896ddc455616203dbeb
parent97c7d3eb4688047a9af4a15c6fbf7d1ae2cfdcd1 (diff)
downloadrefcat-a380bffa5fb0cf20ee84ede6fa590bf38e3675f8.tar.gz
refcat-a380bffa5fb0cf20ee84ede6fa590bf38e3675f8.zip
tasks: fix quotes
-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 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,